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