nickel: Pin nixVersions.nix_2_24

This commit is contained in:
Robert Hensing
2025-04-08 22:30:44 +02:00
parent 58f4fb4248
commit d6bd5f2f50
+2 -2
View File
@@ -6,7 +6,7 @@
python3,
versionCheckHook,
pkg-config,
nix,
nixVersions,
nix-update-script,
enableNixImport ? true,
}:
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
buildInputs = lib.optionals enableNixImport [
nix
nixVersions.nix_2_24
boost
];