aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-04-01 00:03:50 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-04-01 00:03:50 +0200
commit4fdec5f61d5eef5f78ecfd7cbfea491979f15ac9 (patch)
tree7b16b299944cf158d54e7487640f3864ed3083a2 /src/nix/command.hh
parent03b56e96bfa89e82beee3f57de79d64c9f173afd (diff)
parenta7540294cfae82c098e8691cd5212a9184add574 (diff)
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index 305ce5588..8b910ba78 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -171,7 +171,7 @@ std::set<StorePath> toDerivations(ref<Store> store,
filename:lineno. */
Strings editorFor(const Pos & pos);
-struct MixProfile : virtual Args, virtual StoreCommand
+struct MixProfile : virtual StoreCommand
{
std::optional<Path> profile;