Compare commits
	
		
			2 Commits
		
	
	
		
			rewrite-ba
			...
			sandbox
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 6e3de2b50b | ||
|  | d8ecc134bc | 
| @@ -31,6 +31,9 @@ sh <(curl https://nixos.org/nix/install) --daemon | |||||||
| # write nix.conf again as installation overwrites it | # write nix.conf again as installation overwrites it | ||||||
| nixConf | nixConf | ||||||
|  |  | ||||||
|  | # Enable sandbox on Darwin/Linux | ||||||
|  | sudo sh -c 'echo sandbox = true >> /etc/nix/nix.conf' | ||||||
|  |  | ||||||
| # macOS needs certificates hints | # macOS needs certificates hints | ||||||
| if [[ $OSTYPE =~ darwin ]]; then | if [[ $OSTYPE =~ darwin ]]; then | ||||||
|   cert_file=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt |   cert_file=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user