Skip to content

Commit 7fe3e35

Browse files
committed
Increase cores of the nix-darwin linux builder
1 parent 7219e48 commit 7fe3e35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hosts/Groog-MBP.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{ ... }:
21
{
32
# Used for backwards compatibility, please read the changelog before changing.
43
# darwin-rebuild changelog

modules/darwin-common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
nix.gc.automatic = true;
1616
nix.linux-builder.enable = true;
17+
nix.linux-builder.config.virtualisation.cores = 8;
1718

1819
environment.shells = [ pkgs.fish ];
1920
programs.fish.enable = true;

0 commit comments

Comments
 (0)