forked from lix-project/lix
* Revert r19796 for now.
This commit is contained in:
parent
4e17be7981
commit
408913bbaf
|
@ -203,7 +203,7 @@ $outputs =~ s/\n/ /g;
|
|||
print "copying inputs...\n";
|
||||
|
||||
my $maybeSign = "";
|
||||
$maybeSign = "--sign" if -e "@sysconfdir@/nix/signing-key.sec";
|
||||
$maybeSign = "--sign" if -e "/nix/etc/nix/signing-key.sec";
|
||||
|
||||
system("NIX_SSHOPTS=\"@sshOpts\" @bindir@/nix-copy-closure $hostName $maybeSign $drvPath $inputs") == 0
|
||||
or die "cannot copy inputs to $hostName: $?";
|
||||
|
|
Loading…
Reference in a new issue