11 lines
		
	
	
	
		
			239 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			239 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "globals.hh"
 | |
| 
 | |
| string nixStore = "/UNINIT";
 | |
| string nixDataDir = "/UNINIT";
 | |
| string nixLogDir = "/UNINIT";
 | |
| string nixStateDir = "/UNINIT";
 | |
| string nixDBPath = "/UNINIT";
 | |
| 
 | |
| bool keepFailed = false;
 | |
| 
 | |
| Verbosity buildVerbosity = lvlDebug;
 |