nixVersions.unstable: 2.19 -> 2.20

This commit is contained in:
Sandro Jäckel 2024-01-31 13:42:30 +01:00
parent cbb540ed73
commit 9080c3655b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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