Skip to content

Commit 133091c

Browse files
authored
nixVersions.2_25: drop (#397282)
2 parents ef3a956 + 8bb328e commit 133091c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ lib.makeExtensible (
176176
self_attribute_name = "nix_2_24";
177177
};
178178

179-
nix_2_25 = commonAutoconf {
180-
version = "2.25.5";
181-
hash = "sha256-9xrQhrqHCSqWsQveykZvG/ZMu0se66fUQw3xVSg6BpQ=";
182-
self_attribute_name = "nix_2_25";
183-
};
184-
185179
nix_2_26 = commonMeson {
186180
version = "2.26.3";
187181
hash = "sha256-R+HAPvD+AjiyRHZP/elkvka33G499EKT8ntyF/EPPRI=";
@@ -243,6 +237,7 @@ lib.makeExtensible (
243237
// {
244238
nixComponents_2_27 = throw "nixComponents_2_27 has been removed. use nixComponents_2_28.";
245239
nix_2_27 = throw "nix_2_27 has been removed. use nix_2_28.";
240+
nix_2_25 = throw "nix_2_25 has been removed. use nix_2_28.";
246241

247242
unstable = throw "nixVersions.unstable has been removed. use nixVersions.latest or the nix flake.";
248243
}

0 commit comments

Comments
 (0)