mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01:00
Set new rosetta 2 path in sandbox
see:
https://github.com/NixOS/nix/pull/5388
and
https://github.com/NixOS/nix/pull/5251
(cherry picked from commit 08b1ac3e38)
This commit is contained in:
parent
a9d122dcd8
commit
ceabe106c8
1 changed files with 2 additions and 1 deletions
|
|
@ -100,4 +100,5 @@
|
|||
|
||||
; Allow Rosetta 2 to run x86_64 binaries on aarch64-darwin.
|
||||
(allow file-read*
|
||||
(subpath "/Library/Apple/usr/libexec/oah"))
|
||||
(subpath "/Library/Apple/usr/libexec/oah")
|
||||
(subpath "/System/Library/Apple/usr/libexec/oah"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue