mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
* Option `-B' to always show the output of builders, regardless of
verbosity level.
This commit is contained in:
parent
3495d153b3
commit
ff9af107d3
7 changed files with 27 additions and 1 deletions
|
@ -7,3 +7,5 @@ string nixStateDir = "/UNINIT";
|
|||
string nixDBPath = "/UNINIT";
|
||||
|
||||
bool keepFailed = false;
|
||||
|
||||
Verbosity buildVerbosity = lvlDebug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue