Skip to content

Commit

Permalink
perf(nix): explicitly set 24 max-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 5, 2024
1 parent fa63a31 commit 754e6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
];
trusted-public-keys = [
];
max-jobs = 24;
};

extraOptions = ''
Expand Down

0 comments on commit 754e6cb

Please sign in to comment.