mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Fix bad cherrypick
This commit is contained in:
parent
0ca9502264
commit
f534627929
1 changed files with 1 additions and 1 deletions
|
@ -2318,7 +2318,7 @@ void DerivationGoal::runChild()
|
|||
try {
|
||||
setupSeccomp();
|
||||
} catch (...) {
|
||||
if (buildUser) throw;
|
||||
if (buildUser.enabled()) throw;
|
||||
}
|
||||
|
||||
#if __linux__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue