Merge pull request #245279 from qowoz/nix217

nixVersions.nix_2_17: init at 2.17.0
This commit is contained in:
Nick Cao 2023-07-25 19:08:15 -06:00 committed by GitHub
commit 1b546736bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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