about summary refs log blame commit diff
path: root/src/libstore/globals.cc
blob: a292b49aeae0c96948f13be95fd89dcde17bbe6f (plain) (tree)
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;