Increase Nix maxJobs

This commit is contained in:
Abhinav Sarkar 2024-11-25 18:25:40 +05:30
parent 8b8b605bbf
commit 1221e6ece8

View File

@ -17,7 +17,7 @@ let
keep-outputs = true;
keep-going = true;
log-lines = 25;
max-jobs = 3;
max-jobs = 5;
};
in
{
@ -51,7 +51,7 @@ in
enable = true;
package = pkgs.darwin.linux-builder-x86_64;
systems = [ "x86_64-linux" ];
maxJobs = 3;
maxJobs = 5;
config = (
{ pkgs, ... }:
{