mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
remove extra argument
This commit is contained in:
parent
2acdb90438
commit
6faa56ea1f
3 changed files with 1 additions and 3 deletions
|
@ -1012,7 +1012,6 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
|
|||
|
||||
void runRepl(
|
||||
ref<EvalState> evalState,
|
||||
const Expr &expr,
|
||||
const ValMap & extraEnv)
|
||||
{
|
||||
auto repl = std::make_unique<NixRepl>(evalState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue