This commit is contained in:
parent
9ac3f5df9c
commit
d91dc086bb
|
@ -185,8 +185,7 @@ system("NIX_SSHOPTS=\"$sshOpts\" nix-copy-closure $hostName $maybeSign $drvPath
|
||||||
|
|
||||||
print "BUILDING...\n";
|
print "BUILDING...\n";
|
||||||
|
|
||||||
my $buildFlags = "";
|
my $buildFlags = "--max-silent-time $maxSilentTime";
|
||||||
$buildFlags .= " --max-silent-time $maxSilentTime";
|
|
||||||
|
|
||||||
# `-tt' forces allocation of a pseudo-terminal. This is required to
|
# `-tt' forces allocation of a pseudo-terminal. This is required to
|
||||||
# make the remote nix-store process receive a signal when the
|
# make the remote nix-store process receive a signal when the
|
||||||
|
|
Loading…
Reference in a new issue