Ana Hobden
Ana Hobden
Hmmm could you try checking `launchctl show org.nixos.darwin-store` (which should be not exist) and `diskutil apfs list | grep nix` (which should not exist)? If they exist or are running,...
I think this is related to #361 having not worked properly. :thinking: It may be fixed next version.
I believe this ticket was resolved and got accidentally carried forward?
Oh! Ok! I'll add it to the next milestone. :)
Thanks for reporting this! That does seem a bug. Unfortunately upstream doesn't support SELinux so we may need to be a big creative about how we resolve this...
I'm so glad it worked out! It's unfortunate you met this. I believe it is related to the fact that we use APFS provided UUIDs in places like the `fstab`...
Similar to #836. We likely need to find some way to not attempt install while the APFS disk is unmountable.
We've seen this error before for different processes, it may be wise for us to add some sort of poll-wait-with-timeout or find some way to prevent running the uninstall while...
Was the Nix daemon started? `sudo systemctl status nix-daemon`?
That's quite interesting... I wonder why it can't find the service that it should have just created... Did you have Nix already installed via some other by any chance? (Even...