mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
de-const evalState exceptions
This commit is contained in:
parent
f9cdb6af8d
commit
7ddef73d02
7 changed files with 54 additions and 50 deletions
|
@ -274,7 +274,8 @@ void printClosureDiff(
|
|||
|
||||
|
||||
void runRepl(
|
||||
EvalState & evalState,
|
||||
ref<EvalState> evalState,
|
||||
// EvalState & evalState,
|
||||
const ValMap & extraEnv);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue