fix build against Nix 2.24 (#40)

* bump nixpkgs

* fix build against nix 2.24

* depend on nix 2.24
This commit is contained in:
Jörg Thalheim
2024-12-02 15:12:47 +01:00
committed by GitHub
parent 578ad85b30
commit 6e8d82a451
4 changed files with 8 additions and 7 deletions

View File

@@ -35,6 +35,7 @@
(old: {
executableSystemDepends = (old.executableSystemDepends or []) ++ [
final.boost.dev
final.nixVersions.nix_2_24
];
});
})