nixVersions.stable: 2.15 -> 2.17

This commit is contained in:
zowoq 2023-08-06 16:12:28 +10:00
parent 1b29ae4656
commit 3132d2406e

View File

@ -208,9 +208,9 @@ in lib.makeExtensible (self: ({
else
nix;
stable = self.nix_2_15;
stable = self.nix_2_17;
unstable = self.nix_2_17;
unstable = self.stable;
} // lib.optionalAttrs config.allowAliases {
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";