nix: set nix.nixPath
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -3,6 +3,7 @@ , lib , pkgs , ... }: { + imports = [ ../pin.nix ]; nix = { settings = { cores = lib.mkDefault 0;