mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
* Propagate --max-silent-time to remote machines.
This commit is contained in:
parent
bcfe98acff
commit
9ac3f5df9c
2 changed files with 7 additions and 2 deletions
|
@ -1301,6 +1301,7 @@ DerivationGoal::HookReply DerivationGoal::tryBuildHook()
|
|||
drv.platform.c_str(),
|
||||
drvPath.c_str(),
|
||||
(worker.canPostpone() ? (string) "0" : "1").c_str(),
|
||||
(format("%1%") % maxSilentTime).str().c_str(),
|
||||
NULL);
|
||||
|
||||
throw SysError(format("executing `%1%'") % buildHook);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue