mirror of https://github.com/wlcx/home.git
nix: set max-jobs to auto
This commit is contained in:
parent
c340006c9f
commit
62a9c79689
|
@ -15,6 +15,7 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.nix;
|
||||
settings.experimental-features = "nix-command flakes";
|
||||
settings.max-jobs = "auto"; # Gotta go fast (build derivations in parallel)
|
||||
};
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
|
Loading…
Reference in New Issue