nixVersions.unstable: 2.18 -> 2.19

This commit is contained in:
Sandro Jäckel
2023-12-01 13:10:32 +00:00
committed by Yt
parent 3773ebf41a
commit 709a9f6f06
@@ -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";