forked from lix-project/lix
9 lines
169 B
C++
9 lines
169 B
C++
#include "globals.hh"
|
|
|
|
string nixStore = "/UNINIT";
|
|
string nixDataDir = "/UNINIT";
|
|
string nixLogDir = "/UNINIT";
|
|
string nixDBPath = "/UNINIT";
|
|
|
|
bool keepFailed = false;
|