diff options
Diffstat (limited to 'scripts/nix-copy-closure.in')
-rwxr-xr-x | scripts/nix-copy-closure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index 97ee88adc44e..d7a2c973948b 100755 --- a/scripts/nix-copy-closure.in +++ b/scripts/nix-copy-closure.in @@ -80,7 +80,7 @@ if ($toMode) { # Copy TO the remote machine. else { # Copy FROM the remote machine. - my ($from, $to) = connectToRemoteNix($sshHost); + my ($from, $to) = connectToRemoteNix($sshHost, []); # Query the closure of the given store paths on the remote # machine. Paths are assumed to be store paths; there is no |