blob: e5d76ff48563ea36f8f2780cab59c6597d8abe6b (
plain) (
tree)
|
|
#include "globals.hh"
string nixStore = "/UNINIT";
string nixDataDir = "/UNINIT";
string nixLogDir = "/UNINIT";
string nixStateDir = "/UNINIT";
string nixDBPath = "/UNINIT";
bool keepFailed = false;
|