forked from lix-project/lix
efa5fa1a91
no limit). * Add missing file to distribution.
14 lines
271 B
C++
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;
|