nix profile diff-closures: Don't inherit EvalCommand

This commit is contained in:
Eelco Dolstra 2020-07-17 12:36:12 +02:00
parent 16c9f6762d
commit 52c8be38e0

View file

@ -395,7 +395,7 @@ struct CmdProfileInfo : virtual EvalCommand, virtual StoreCommand, MixDefaultPro
}
};
struct CmdProfileDiffClosures : virtual EvalCommand, virtual StoreCommand, MixDefaultProfile
struct CmdProfileDiffClosures : virtual StoreCommand, MixDefaultProfile
{
std::string description() override
{