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

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

bool keepFailed = false;