Skip to content

Commit

Permalink
use pinned version of boehmgc
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui committed Feb 11, 2024
1 parent 0a6ce08 commit 3597e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
++ [ "-DUSE_SSH=exec" ];
});

boehmgc-nix = (final.boehmgc.override {
boehmgc-nix = (nixpkgs.boehmgc.override {
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
Expand Down

0 comments on commit 3597e1a

Please sign in to comment.