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