diff options
Diffstat (limited to 'src/nix/store.cc')
-rw-r--r-- | src/nix/store.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/store.cc b/src/nix/store.cc index 44e53c7c7..2879e03b3 100644 --- a/src/nix/store.cc +++ b/src/nix/store.cc @@ -18,7 +18,6 @@ struct CmdStore : virtual NixMultiCommand { if (!command) throw UsageError("'nix store' requires a sub-command."); - command->second->prepare(); command->second->run(); } }; |