blob: b3c658c2956215d2aa00e78df8b87e84d09c6f02 (
plain) (
tree)
|
|
#include "globals.hh"
string nixStore = "/UNINIT";
string nixDataDir = "/UNINIT";
string nixLogDir = "/UNINIT";
string nixStateDir = "/UNINIT";
string nixDBPath = "/UNINIT";
bool keepFailed = false;
Verbosity buildVerbosity = lvlDebug;
|