diff options
author | jade <lix@jade.fyi> | 2024-06-10 04:48:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-10 04:48:12 +0000 |
commit | a986a8dfa1c5896de8acfc603ff71a51f629bdc8 (patch) | |
tree | 7cfaca8fa3415060e0fc450f452eaa1569722de9 /package.nix | |
parent | 7dfa2a761ef8856454d8f63eda27edb8984bdc98 (diff) | |
parent | 8a09465c3acea9736be1aeb568346ea789cdec58 (diff) |
Merge "Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)"" into main
Diffstat (limited to 'package.nix')
-rw-r--r-- | package.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.nix b/package.nix index 91ee6b15f..f298dfb0b 100644 --- a/package.nix +++ b/package.nix @@ -70,6 +70,8 @@ # `boehmgc-nix` then this will almost certainly have duplicate patches, which means # the patches won't apply and we'll get a build failure. ./boehmgc-coroutine-sp-fallback.diff + # https://github.com/ivmai/bdwgc/pull/586 + ./boehmgc-traceable_allocator-public.diff ]; }; |