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:
Will Fancher 2023-10-01 12:07:11 -04:00
parent 8bc4e1927c
commit 62fe6266e6

View File

@ -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";