ff9af107d3
verbosity level.
11 lines
239 B
C++
11 lines
239 B
C++
#include "globals.hh"
|
|
|
|
string nixStore = "/UNINIT";
|
|
string nixDataDir = "/UNINIT";
|
|
string nixLogDir = "/UNINIT";
|
|
string nixStateDir = "/UNINIT";
|
|
string nixDBPath = "/UNINIT";
|
|
|
|
bool keepFailed = false;
|
|
|
|
Verbosity buildVerbosity = lvlDebug;
|