about summary refs log tree commit diff
path: root/src/libstore/globals.cc
blob: e5d76ff48563ea36f8f2780cab59c6597d8abe6b (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "globals.hh"

string nixStore = "/UNINIT";
string nixDataDir = "/UNINIT";
string nixLogDir = "/UNINIT";
string nixStateDir = "/UNINIT";
string nixDBPath = "/UNINIT";

bool keepFailed = false;