mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
* Drop ATmake / ATMatcher also in handling store expressions.
This commit is contained in:
parent
ed09821859
commit
a69534fc21
19 changed files with 118 additions and 258 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "eval.hh"
|
||||
#include "parser.hh"
|
||||
#include "constructors.hh"
|
||||
#include "nixexpr-ast.hh"
|
||||
|
||||
|
||||
EvalState::EvalState()
|
||||
|
@ -10,7 +10,7 @@ EvalState::EvalState()
|
|||
|
||||
nrEvaluated = nrCached = 0;
|
||||
|
||||
initSyms();
|
||||
initNixExprHelpers();
|
||||
|
||||
addPrimOps();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue