mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 06:58:12 +00:00
Revert "nixVersions.unstable: 2.17 -> 2.18"
This reverts commit 13ec86514d
.
This has caused widespread pain because of https://github.com/NixOS/nix/issues/9052
This commit is contained in:
parent
8bc4e1927c
commit
62fe6266e6
@ -215,7 +215,7 @@ in lib.makeExtensible (self: ({
|
||||
|
||||
stable = self.nix_2_17;
|
||||
|
||||
unstable = self.nix_2_18;
|
||||
unstable = self.stable;
|
||||
} // lib.optionalAttrs config.allowAliases {
|
||||
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user