mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01:00
fix: Run all derivation builders inside the sandbox on macOS
This commit is contained in:
parent
52166fd12e
commit
172734f47a
3 changed files with 121 additions and 121 deletions
|
|
@ -202,6 +202,7 @@
|
|||
libsodium
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [libseccomp]
|
||||
++ lib.optionals stdenv.isDarwin [darwin.apple_sdk.libs.sandbox]
|
||||
++ lib.optional stdenv.hostPlatform.isx86_64 libcpuid;
|
||||
|
||||
checkDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue