You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the Determinate installer's uninstall, the _nixbld* users still existed. (This causes attempts to run the upstream installer to fail, see NixOS/nix#12343.)
For some reason, _nixbld* users are in an undeletable state:
tracing::warn!("Encountered an exit code 40 with -14120 error while removing user, this is likely because the initial executing user did not have a secure token, or that there was no graphical login session. To delete the user, log in graphically, then run `/usr/bin/dscl . -delete /Users/{}`", name);
I don't think there's anything we can really do to fix this, unfortunately.
After running the Determinate installer's uninstall, the
_nixbld*
users still existed. (This causes attempts to run the upstream installer to fail, see NixOS/nix#12343.)For some reason,
_nixbld*
users are in an undeletable state:which may be why the uninstaller failed to get rid of them.
The text was updated successfully, but these errors were encountered: