diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-17 12:36:12 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-17 12:36:12 +0200 |
commit | 52c8be38e0563c964857491afef01eb2f543d0de (patch) | |
tree | 8d75b6150709aff629955295de7585e9f9b44337 /src | |
parent | 16c9f6762d082155b967710a5fd3a095937d76ba (diff) |
nix profile diff-closures: Don't inherit EvalCommand
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index 729924e3a..c6cd88c49 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -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 { |