IntersectMBO / plutus-apps

The Plutus application platform
Apache License 2.0
306 stars 214 forks source link

Nix on macOS - README file #258

Closed MRyderOC closed 2 years ago

MRyderOC commented 2 years ago

So on the README in the "Nix on macOS" there is a line that one should add to /etc/nix/nix.conf for enabling sandbox. It's a good practice to restart the machine to make sure that changes will take effect (It's a sandbox!). Should I add that to the README and request a PR?

P.S. I enrolled in the Plutus Pioneer Program and am kinda new to this platform but as Lars explained in the first lecture, we should look for good practices.

ghost commented 2 years ago

Thanks for the issue!

There is no need in a reboot for nix to take changes. https://nixos.wiki/wiki/Nix#Sandboxing doesn't mention this as well. Nix will enable sandbox builds right immediately after the configuration file is updated.