Skip to content

Commit

Permalink
Merge pull request #27 from cachix/revert-26-sandbox
Browse files Browse the repository at this point in the history
Revert "Enable sandbox on darwin"
  • Loading branch information
domenkozar committed Feb 26, 2020
2 parents 4856b67 + ef735e8 commit 9affe1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/install-nix.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9affe1c

Please sign in to comment.