nixVersions.stable: point to nix_2_6

This commit is contained in:
Bernardo Meurer 2022-01-31 16:42:34 -08:00
parent 862c468fab
commit ff7ad14c44
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -62,8 +62,7 @@ in lib.makeExtensible (self: {
sha256 = "sha256-xEPeMcNJVOeZtoN+d+aRwolpW8mFSEQx76HTRdlhPhg=";
};
# FIXME: nix_2_6 is broken on aarch64-darwin for now.
stable = self.nix_2_5;
stable = self.nix_2_6;
unstable = lib.lowPrio (common rec {
version = "2.7";