Merge pull request #27 from cachix/revert-26-sandbox

Revert "Enable sandbox on darwin"
This commit is contained in:
Domen Kožar 2020-02-26 19:23:19 +03:00 committed by GitHub
commit 9affe1ce81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,6 @@ sh <(curl https://nixos.org/nix/install) --daemon
# write nix.conf again as installation overwrites it
nixConf
# Enable sandbox on Darwin/Linux
sudo sh -c 'echo sandbox = true >> /etc/nix/nix.conf'
# macOS needs certificates hints
if [[ $OSTYPE =~ darwin ]]; then
cert_file=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt