mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
parent
138c257dcd
commit
bca6d35636
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue