mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
changning repl to use EvalState& instead of ref
This commit is contained in:
parent
982c8a959b
commit
34ffaa9f57
2 changed files with 74 additions and 74 deletions
|
@ -274,7 +274,6 @@ void printClosureDiff(
|
|||
|
||||
|
||||
void runRepl(
|
||||
ref<EvalState> evalState,
|
||||
EvalState &evalState,
|
||||
const ValMap & extraEnv);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue