mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
* A switch `-j NUMBER' to set the maximum number of parallel jobs (0 =
no limit). * Add missing file to distribution.
This commit is contained in:
parent
1f48aa0be7
commit
efa5fa1a91
5 changed files with 30 additions and 9 deletions
|
@ -9,3 +9,5 @@ string nixDBPath = "/UNINIT";
|
|||
bool keepFailed = false;
|
||||
|
||||
Verbosity buildVerbosity = lvlDebug;
|
||||
|
||||
unsigned int maxBuildJobs = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue