-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NixOS install/uninstall on MacOS is broken #2295
Comments
Same here. So first of all, looking at my .bash_history it seems that As to the fact that nix doesn't work in the first place, I managed to track down the issue to the fact that the You can try FInally, I made sure that So in hindsight it seems like a fairly minor issue, pinging @grahamc in case the above information is useful for fixing the install script. |
I believe there's a bit more than that. There's also nix daemon and nixbld users. I def think an uninstallation script is needed. |
I marked this as stale due to inactivity. → More info |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/anyone-up-for-picking-at-some-nix-onboarding-improvements/13152/6 |
I marked this as stale due to inactivity. → More info |
It's really disappointing that there is no progress. |
Hello,
Sorry to report - the whole install/uninstall on current MacOS (High Sierra) seems to be broken. I've just tried installing a single-user Nix-OS so I could use Nix-ENV, using
bash <(curl https://nixos.org/nix/install)
. I'm sure it installed a multi-user environment. Unfortunately I now have no idea how to uninstall it. As a newbie I have no chance of reversing the install to test it and give better information here.The manual says ->
You can uninstall Nix simply by running rm -rf /nix
; which is demonstrably wrong.There are many issues/tickets referring to uninstall or its associated documentation, and many hints in their comments - usually followed by someone pointing out something that may have been missed.
Please can someone involved with developing the install processes make sure that any install scripts can uninstall - leaving a clean system. Surely this is in the spirit of NixOS.
I'm very fond of Nix and how it is supposed to go about its business, and appreciate all the work that is going into it. It may seem minor, but fixing this issue would sure help increase adoption of NixOS - and we'd all be very grateful :-).
Regards,
--PG
The text was updated successfully, but these errors were encountered: