mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
traceable_allocator
This commit is contained in:
parent
f400c5466d
commit
dea998b2f2
3 changed files with 7 additions and 3 deletions
|
@ -1016,7 +1016,7 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
|
|||
void runRepl(
|
||||
ref<EvalState> evalState,
|
||||
const Expr &expr,
|
||||
const std::map<std::string, Value *> & extraEnv)
|
||||
const ValMap & extraEnv)
|
||||
{
|
||||
auto repl = std::make_unique<NixRepl>(evalState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue