diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-25T10·06+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-25T10·07+0200 |
commit | c769841bc4ecb9dd3d8456931fec78e102c3832f (patch) | |
tree | e6723ab7c0c9e2af87181ea787a60bb4a662cfaf /src/nix/run.cc | |
parent | 6267d748891b3c6e6a41b5bd1f6684ae8b88f31c (diff) |
Move code around
Diffstat (limited to 'src/nix/run.cc')
-rw-r--r-- | src/nix/run.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix/run.cc b/src/nix/run.cc index f3333b777805..a0ce56134b07 100644 --- a/src/nix/run.cc +++ b/src/nix/run.cc @@ -1,6 +1,5 @@ #include "command.hh" #include "common-args.hh" -#include "installables.hh" #include "shared.hh" #include "store-api.hh" #include "derivations.hh" @@ -13,7 +12,7 @@ using namespace nix; -struct CmdRun : MixInstallables +struct CmdRun : InstallablesCommand { CmdRun() { |