nixVersions.unstable: 2.16 -> 2.17
This commit is contained in:
parent
a5e12bb624
commit
df4d4190de
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ in lib.makeExtensible (self: ({
|
|||
|
||||
stable = self.nix_2_15;
|
||||
|
||||
unstable = self.nix_2_16;
|
||||
unstable = self.nix_2_17;
|
||||
} // lib.optionalAttrs config.allowAliases {
|
||||
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";
|
||||
|
||||
|
|
Loading…
Reference in a new issue