forked from lix-project/lix
1eddee59f2
* Builder output is written to standard error by default. * The option `-B' is gone. * The option `-Q' suppresses builder output. The result of this is that most Nix invocations shouldn't need any flags w.r.t. logging.
18 lines
322 B
C++
18 lines
322 B
C++
#include "globals.hh"
|
|
|
|
string nixStore = "/UNINIT";
|
|
string nixDataDir = "/UNINIT";
|
|
string nixLogDir = "/UNINIT";
|
|
string nixStateDir = "/UNINIT";
|
|
string nixDBPath = "/UNINIT";
|
|
|
|
bool keepFailed = false;
|
|
|
|
bool keepGoing = false;
|
|
|
|
bool tryFallback = false;
|
|
|
|
Verbosity buildVerbosity = lvlInfo;
|
|
|
|
unsigned int maxBuildJobs = 1;
|