core01: update to 22.05-beta

This commit is contained in:
Raito Bezarius 2022-05-30 00:47:46 +02:00
parent cce562ac9a
commit 4df131d59b

View file

@ -8,7 +8,7 @@ let
nixos-config.symlink = "config/${machine}/configuration.nix"; nixos-config.symlink = "config/${machine}/configuration.nix";
nixpkgs.git = { nixpkgs.git = {
clean.exclude = [ "/.version-suffix" ]; clean.exclude = [ "/.version-suffix" ];
ref = "7f4a8f37d4621b27fc0c4eeb3880ecf1cb055371"; # nixos-22.05 ref = "7ae60dd7068478db5d936a3850b6df859aec21d0"; # nixos-22.05 beta release
url = "https://github.com/NixOS/nixpkgs"; url = "https://github.com/NixOS/nixpkgs";
}; };
}]; }];