nixVersions.unstable: 2.17 -> 2.18.1

This commit is contained in:
Cole Mickens 2023-10-17 13:36:11 +02:00 committed by Cole Mickens
parent 6d84d21ffd
commit 4f0b4199e7
No known key found for this signature in database
GPG Key ID: B475C2955744A019

View File

@ -215,7 +215,7 @@ in lib.makeExtensible (self: ({
stable = self.nix_2_17;
unstable = self.stable;
unstable = self.nix_2_18;
} // lib.optionalAttrs config.allowAliases {
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";