Skip to content

Commit a09345e

Browse files
committed
nil: don't depend on latest nix version
I think this was added when we didn't had nix 2.24 as the default. I don't think this should be needed anymore?
1 parent a59a147 commit a09345e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/by-name/ni/nil/package.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
rustPlatform,
44
fetchFromGitHub,
5-
nixVersions,
5+
nix,
66
nix-update-script,
77
}:
88

@@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
2020
useFetchCargoVendor = true;
2121
cargoHash = "sha256-7TR/xTc66WpPszJDrpisVvHXl2+FGrUOskZAkGyY04Q=";
2222

23-
nativeBuildInputs = [
24-
(lib.getBin nixVersions.latest)
25-
];
23+
nativeBuildInputs = [ nix ];
2624

2725
env.CFG_RELEASE = version;
2826

0 commit comments

Comments
 (0)