nix-community / infra

nix-community infrastructure [maintainer=@zowoq]
https://nix-community.org
MIT License
114 stars 76 forks source link

disable sandbox on darwin hosts #1330

Closed zowoq closed 3 months ago

zowoq commented 3 months ago

seems to have been broken by nix 2.18.4

error:
       … while setting up the build environment

       error: getting status of '/private/tmp/nix-build-hello-2.12.1.drv-1/build': Permission denied
Mic92 commented 3 months ago

Fixed by https://github.com/NixOS/nix/pull/11031

Here is how to apply the fix:

https://github.com/Mic92/dotfiles/pull/1174/commits/a8aabb02c07e48a7015371aa6e01a5a9760e356c#diff-cf0377b0c2639ac3dd654086a6eaba30b5012391826496fea75ed931ab46cf51R11

zowoq commented 3 months ago

https://github.com/nix-community/infra/pull/1348