Files
lix/src/libstore/globals.cc
T
2004-05-12 14:20:32 +00:00

14 lines
271 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;
unsigned int maxBuildJobs = 1;