nixVersions.unstable: 2.18 -> 2.19

This commit is contained in:
Sandro Jäckel 2023-11-23 13:56:51 +01:00 committed by Yt
parent 3773ebf41a
commit 709a9f6f06

View File

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