mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
* Started using Berkeley DB environments. This is necessary for
transaction support (but we don't actually use transactions yet).
This commit is contained in:
parent
758bd4673a
commit
4a013962bd
12 changed files with 256 additions and 107 deletions
|
@ -19,7 +19,7 @@ static void initAndRun(int argc, char * * argv)
|
|||
nixStore = NIX_STORE_DIR;
|
||||
nixDataDir = NIX_DATA_DIR;
|
||||
nixLogDir = NIX_LOG_DIR;
|
||||
nixDB = (string) NIX_STATE_DIR + "/nixstate.db";
|
||||
nixDBPath = (string) NIX_STATE_DIR + "/db";
|
||||
|
||||
/* Put the arguments in a vector. */
|
||||
Strings args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue