mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
nixVersions.unstable: 2.19 -> 2.20
This commit is contained in:
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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue