all repos — nixfiles @ 782e0000196146183ee4a7e91e60424c24652d2f

System and user configuration, managed by nix and home-manager

nix: set nix.nixPath

Alan Pearce
commit

782e0000196146183ee4a7e91e60424c24652d2f

parent

72e7e31cefd86fba84924c9b579020a4b733426c

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -3,6 +3,7 @@ , lib
, pkgs , ... }: { + imports = [ ../pin.nix ]; nix = { settings = { cores = lib.mkDefault 0;