Nix build settings on mac
This commit is contained in:
parent
dbaf21d658
commit
526cb2c209
|
@ -5,4 +5,9 @@
|
||||||
nathan = { config = { isDesktop = true; }; };
|
nathan = { config = { isDesktop = true; }; };
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
|
# Configure nix build
|
||||||
|
nix.settings = {
|
||||||
|
cores = 8;
|
||||||
|
max-jobs = 2;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue