about summary refs log tree commit diff
path: root/src/libstore/globals.cc
blob: e6105947f9eef83bfbc02cc6d765ab2f20ee048d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;