Skip to content

Commit

Permalink
darwin: disable linux-builder for now
Browse files Browse the repository at this point in the history
Fails to build for some reason and wouldn't run when it did on new
laptop
  • Loading branch information
khaneliman committed Jan 4, 2025
1 parent c51097d commit a06c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/darwin/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in
};

linux-builder = {
enable = true;
# enable = true;
ephemeral = true;
maxJobs = 4;
speedFactor = 15;
Expand Down

0 comments on commit a06c6a7

Please sign in to comment.