about summary refs log tree commit diff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-09-27T16·28+0200
committerEelco Dolstra <edolstra@gmail.com>2017-09-27T16·28+0200
commit5421ad243e261d35bf8cb1000aa389399cf7657f (patch)
treed7189b15f440e347a3c7fa936138be7a4547e495 /src/nix/command.hh
parentb8875213dcedd60f419089392cd5a9b3cfaf6057 (diff)
nix copy: make recursive by default
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 82400f31c0..bf897f620d 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -141,7 +141,7 @@ private:
 
 public:
 
-    StorePathsCommand();
+    StorePathsCommand(bool recursive = false);
 
     using StoreCommand::run;