mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01:00
Add "warning" verbosity level
This ensures that "nix" shows warnings. Previously these were hidden
because they were at "info" level.
(cherry picked from commit 615a9d031d)
This commit is contained in:
parent
64ec087f58
commit
5600b070a7
3 changed files with 4 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ void mainWrapped(int argc, char * * argv)
|
|||
if (legacy) return legacy(argc, argv);
|
||||
}
|
||||
|
||||
verbosity = lvlError;
|
||||
verbosity = lvlWarn;
|
||||
settings.verboseBuild = false;
|
||||
|
||||
NixArgs args;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue