mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01: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
|
|
@ -301,6 +301,8 @@ static Expr evalFile(EvalState & state, string relPath)
|
|||
|
||||
void run(Strings args)
|
||||
{
|
||||
openDB();
|
||||
|
||||
EvalState state;
|
||||
Strings files;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue