Skip to content

Commit

Permalink
Actually complete the revert
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 24, 2023
1 parent 0664ba0 commit 8270dcc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,14 @@
});

propagatedDeps =
[ (boehmgc.override {
[ ((boehmgc.override {
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
./boehmgc-coroutine-sp-fallback.diff
];
})
)
nlohmann_json
];
};
Expand Down

0 comments on commit 8270dcc

Please sign in to comment.