- was failing on
sudo chmod -R ugo-w "/nix/store/"
(running this command manually it had an exit code of 1 but showed no errors...) - I manually edited the multi user install script to ignore failures from this line, and then of course had to fix a bunch of stuff from the first install attempt:
- roughly following the steps I found here: https://iohk.zendesk.com/hc/en-us/articles/4415830650265-Uninstall-nix-on-MacOS
- and then doing:
sudo rm /etc/*.backup-before-nix
sudo dscl . -rm /Groups/nixbld
for x in $(dscl . -list /Users|grep nix); do
sudo dscl . -rm /Users/$x
done