forked from lix-project/lix
nix: Disable verbose builds
This commit is contained in:
parent
5761827d5b
commit
ca9de88a51
|
@ -27,6 +27,8 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
|||
|
||||
void mainWrapped(int argc, char * * argv)
|
||||
{
|
||||
settings.verboseBuild = false;
|
||||
|
||||
initNix();
|
||||
initGC();
|
||||
|
||||
|
|
Loading…
Reference in a new issue