-
Notifications
You must be signed in to change notification settings - Fork 61
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
Uninstall errored because Sequoia upgrade deleted _nixbld1-4 #1293
Comments
If you reboot and try to uninstall again, it should complete this time (it will spew a bunch of errors due to things already being completed but you can ignore them). You should then be able to reinstall. If anybody runs into this in the future, I imagine it was caused by upgrading to macOS Sequoia before running our repair tool (https://determinate.systems/posts/nix-support-for-macos-sequoia/) -- if you run the repair tool, you won't need to try to uninstall and reinstall! |
that's pretty much what I did (small difference: on reboot the uninstall seemed to just be done; I tried to uninstall again and the uninstall script didn't exist), and now it works! thanks for the fix instructions. and thanks for letting me know about the repair tool! unfortunately I didn't know about it before upgrading, in fact I'm not sure how I would have known as this is the first I'm hearing of it. -> does determinate systems typically make repair tools for macOS upgrades? is it for each major- & minor-version upgrade? |
also, turns out upgrading macOS broke all the global package installs I had listed with
Not sure how to fix this. edit: I followed some guides for changing my nix profile and now I don't seem to be able to get my original profile back; all I see from
|
We only make repair tools when necessary. It was necessary this time because macOS Sequoia deleted users with the UIDs 301, 302, 303, and 304 (_nixbld1-4). We'll evaluate if we need another repair tool for the next version after that next version has been released for testing, but I don't think we'll ever need to repair a minor version upgrade (aside from repairing the shell hooks, which should happen automatically, but can be triggered manually with
Those errors look related to NixOS/nix#11376 to me... What version of Nix are you using? |
$ nix --version
nix (Nix) 2.24.10 hmm yeah NixOS/nix#11376 does look related. either way I'm going to post an issue in https://github.com/NixOS/nix instead, I imagine there's not much that can be done here. |
Error
Metadata
The text was updated successfully, but these errors were encountered: