mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* libnix -> libstore.
This commit is contained in:
parent
8798fae304
commit
9f0f020929
26 changed files with 12 additions and 12 deletions
8
src/libstore/globals.cc
Normal file
8
src/libstore/globals.cc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "globals.hh"
|
||||
|
||||
string nixStore = "/UNINIT";
|
||||
string nixDataDir = "/UNINIT";
|
||||
string nixLogDir = "/UNINIT";
|
||||
string nixDBPath = "/UNINIT";
|
||||
|
||||
bool keepFailed = false;
|
Loading…
Add table
Add a link
Reference in a new issue