Merge pull request #261627 from DeterminateSystems/nix_2_18_1

nixVersions.unstable: 2.17 -> 2.18.1
This commit is contained in:
Eelco Dolstra 2023-10-19 15:17:30 +02:00 committed by GitHub
commit 2f8f328b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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