Skip to content

Commit ca1f226

Browse files
authored
nixVersions.latest: 2.25 -> 2.26 (#388965)
2 parents 14f4134 + a09345e commit ca1f226

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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

pkgs/tools/package-management/nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ in lib.makeExtensible (self: ({
201201
self_attribute_name = "git";
202202
};
203203

204-
latest = self.nix_2_25;
204+
latest = self.nix_2_26;
205205

206206
# The minimum Nix version supported by Nixpkgs
207207
# Note that some functionality *might* have been backported into this Nix version,

0 commit comments

Comments
 (0)