mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Make NIX_SHOW_STATS work with new-style commands
This commit is contained in:
parent
e64cf8e0a3
commit
7331da99ab
2 changed files with 8 additions and 0 deletions
|
@ -280,6 +280,12 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
return ref<EvalState>(evalState);
|
||||
}
|
||||
|
||||
EvalCommand::~EvalCommand()
|
||||
{
|
||||
if (evalState)
|
||||
evalState->printStats();
|
||||
}
|
||||
|
||||
void completeFlakeRef(ref<Store> store, std::string_view prefix)
|
||||
{
|
||||
if (prefix == "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue