Merge pull request #245279 from qowoz/nix217
nixVersions.nix_2_17: init at 2.17.0
This commit is contained in:
commit
1b546736bb
1 changed files with 6 additions and 1 deletions
|
@ -186,6 +186,11 @@ in lib.makeExtensible (self: ({
|
|||
hash = "sha256-/XCWa2osNFIpPC5MkxlX6qTZf/DaTLwS3LWN0SRFiuU=";
|
||||
};
|
||||
|
||||
nix_2_17 = common {
|
||||
version = "2.17.0";
|
||||
hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
|
||||
};
|
||||
|
||||
# The minimum Nix version supported by Nixpkgs
|
||||
# Note that some functionality *might* have been backported into this Nix version,
|
||||
# making this package an inaccurate representation of what features are available
|
||||
|
@ -205,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