nix: set max-jobs to auto

This commit is contained in:
Sam W 2022-07-16 22:59:14 +01:00
parent c340006c9f
commit 62a9c79689
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ in {
enable = true; enable = true;
package = pkgs.nix; package = pkgs.nix;
settings.experimental-features = "nix-command flakes"; settings.experimental-features = "nix-command flakes";
settings.max-jobs = "auto"; # Gotta go fast (build derivations in parallel)
}; };
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;