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

bool keepGoing = false;

bool tryFallback = false;

Verbosity buildVerbosity = lvlInfo;

unsigned int maxBuildJobs = 1;