* Revert r19796 for now.

This commit is contained in:
Eelco Dolstra 2010-02-04 00:12:57 +00:00
parent 4e17be7981
commit 408913bbaf
1 changed files with 1 additions and 1 deletions

View File

@ -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: $?";