mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
staticenv should be With
This commit is contained in:
parent
c7e3d830c1
commit
c07edb1932
2 changed files with 2 additions and 2 deletions
|
@ -976,7 +976,7 @@ void mkPath(Value & v, const char * s)
|
|||
|
||||
inline Value * EvalState::lookupVar(Env * env, const ExprVar & var, bool noEval)
|
||||
{
|
||||
// std::cout << " EvalState::lookupVar" << std::endl;
|
||||
std::cout << " EvalState::lookupVar" << var << std::endl;
|
||||
|
||||
for (size_t l = var.level; l; --l, env = env->up) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue