aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/copy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/copy.cc b/src/nix/copy.cc
index 66993ac21..23323a36e 100644
--- a/src/nix/copy.cc
+++ b/src/nix/copy.cc
@@ -40,6 +40,8 @@ struct CmdCopy : StorePathsCommand
.shortName('s')
.description("whether to try substitutes on the destination store (only supported by SSH)")
.set(&substitute, Substitute);
+
+ realiseMode = Build;
}
std::string description() override