about summary refs log tree commit diff
path: root/src/libnix/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnix/globals.cc')
-rw-r--r--src/libnix/globals.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libnix/globals.cc b/src/libnix/globals.cc
new file mode 100644
index 000000000000..a292b49aeae0
--- /dev/null
+++ b/src/libnix/globals.cc
@@ -0,0 +1,8 @@
+#include "globals.hh"
+
+string nixStore = "/UNINIT";
+string nixDataDir = "/UNINIT";
+string nixLogDir = "/UNINIT";
+string nixDBPath = "/UNINIT";
+
+bool keepFailed = false;