Move NixOS and home-manager stable to 22.05

This commit is contained in:
2022-05-28 18:38:03 +01:00
parent 64def7f564
commit c841b37f19
14 changed files with 128 additions and 103 deletions

View File

@@ -25,7 +25,7 @@ in
config = mkMerge [
{
system = {
stateVersion = "21.11";
stateVersion = "22.05";
configurationRevision = with inputs; mkIf (self ? rev) self.rev;
};
@@ -48,12 +48,10 @@ in
nix = {
package = pkgs'.mine.nix;
# TODO: This has been renamed to nix.settings.trusted-users in 22.05
trustedUsers = [ "@wheel" ];
extraOptions =
''
experimental-features = nix-command flakes ca-derivations
'';
settings = {
trusted-users = [ "@wheel" ];
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
};
};
nixpkgs = {
overlays = [