mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01: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
|
|
@ -48,6 +48,8 @@ struct EvalCommand : virtual StoreCommand, MixEvalArgs
|
|||
ref<EvalState> getEvalState();
|
||||
|
||||
std::shared_ptr<EvalState> evalState;
|
||||
|
||||
~EvalCommand();
|
||||
};
|
||||
|
||||
struct MixFlakeOptions : virtual Args, EvalCommand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue