mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
Doh
This commit is contained in:
parent
dcdb254281
commit
ad790022fd
2 changed files with 3 additions and 3 deletions
|
@ -1918,7 +1918,7 @@ void DerivationGoal::startBuilder()
|
|||
options.allowVfork = !buildUser.enabled();
|
||||
pid = startProcess([&]() {
|
||||
runChild();
|
||||
});
|
||||
}, options);
|
||||
|
||||
/* parent */
|
||||
pid.setSeparatePG(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue