Move code around
This commit is contained in:
parent
6267d74889
commit
c769841bc4
8 changed files with 68 additions and 80 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "command.hh"
|
||||
#include "common-args.hh"
|
||||
#include "installables.hh"
|
||||
#include "shared.hh"
|
||||
#include "store-api.hh"
|
||||
#include "eval.hh"
|
||||
|
|
@ -9,7 +8,7 @@
|
|||
|
||||
using namespace nix;
|
||||
|
||||
struct CmdEval : MixJSON, MixInstallables
|
||||
struct CmdEval : MixJSON, InstallablesCommand
|
||||
{
|
||||
std::string name() override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue