mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 14:33:45 +01:00
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…
x
Reference in New Issue
Block a user