nixVersions.unstable: 2.21.2 -> 2.22.0

release notes: https://releases.nixos.org/nix/nix-2.22.0/manual/release-notes/rl-2.22.html
This commit is contained in:
Pol Dellaiera 2024-04-24 15:59:20 +02:00
parent 1eb9a6980d
commit b7aebee1de
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 6 additions and 1 deletions

View File

@ -262,6 +262,11 @@ in lib.makeExtensible (self: ({
hash = "sha256-ObaVDDPtnOeIE0t7m4OVk5G+OS6d9qYh+ktK67Fe/zE=";
};
nix_2_22 = common {
version = "2.22.0";
hash = "sha256-Ugcc+lSq8nJP+mddMlGFnoG4Ix1lRFHWOal3299bqR8=";
};
# 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
@ -281,7 +286,7 @@ in lib.makeExtensible (self: ({
stable = addFallbackPathsCheck self.nix_2_18;
unstable = self.nix_2_21;
unstable = self.nix_2_22;
} // lib.optionalAttrs config.allowAliases {
nix_2_4 = throw "nixVersions.nix_2_4 has been removed";