Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Darwin sandbox: allow accessing entire Nix store
Relaxes the sandbox profile on Darwin to allow access to the entire Nix store instead of granting access to each (transitive) input dependency. This approach is less hermetic and less restrictive (i.e., secure) but prevents the following error without disabling sandboxing altogether: ``` sandbox-exec: pattern serialization length 67402 exceeds maximum (65535) ```
- Loading branch information