Skip to content

Commit 0303aca

Browse files
committed
show copy progress
1 parent f70cb4f commit 0303aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/push.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl<'a> CopyCommand<'a> {
128128
let mut cmd = Command::new("nix");
129129

130130
cmd.arg("copy");
131+
cmd.arg("-L");
131132

132133
if !self.fast_connection {
133134
cmd.arg("--substitute-on-destination");

0 commit comments

Comments
 (0)