1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libstore/globals.cc

16 lines
296 B
C++
Raw Normal View History

#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;