File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
pkgs/tools/package-management/nix Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments