mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
nix profile diff-closures: Don't inherit EvalCommand
This commit is contained in:
parent
16c9f6762d
commit
52c8be38e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue