nixVersions.unstable: 2.19 -> 2.20

This commit is contained in:
Sandro Jäckel
2024-03-07 22:28:33 +01:00
parent cbb540ed73
commit 9080c3655b
@@ -282,7 +282,7 @@ in lib.makeExtensible (self: ({
stable = addFallbackPathsCheck self.nix_2_18;
unstable = self.nix_2_19;
unstable = self.nix_2_20;
} // lib.optionalAttrs config.allowAliases {
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";