diff options
Diffstat (limited to 'src/nix/nar.cc')
-rw-r--r-- | src/nix/nar.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/nar.cc b/src/nix/nar.cc index dbb043d9b..9815410cf 100644 --- a/src/nix/nar.cc +++ b/src/nix/nar.cc @@ -25,7 +25,6 @@ struct CmdNar : NixMultiCommand { if (!command) throw UsageError("'nix nar' requires a sub-command."); - command->second->prepare(); command->second->run(); } }; |