Update nixpkgs and home-manager

And fix weird nixpkgs config behaviour
This commit is contained in:
2022-05-07 15:12:29 +01:00
parent 39f8e65f74
commit 1a61c9e1b2
5 changed files with 17 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ in
};
nix = {
package = pkgs'.unstable.nixVersions.stable;
package = pkgs'.mine.nix;
# TODO: This has been renamed to nix.settings.trusted-users in 22.05
trustedUsers = [ "@wheel" ];
extraOptions =