I was trying to reinstall Nix on OS X; long story short, when i reset my nix environment, nix
itself was no longer on my PATH, so I figured it might be a good time to reinstall. However, when I get here, no progress is made, even after a day of running:
~~> Configuring LaunchDaemon to mount 'Nix Store'
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo /usr/bin/ex /Library/LaunchDaemons/org.nixos.darwin-store.plist
to install the Nix volume mounter
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo launchctl bootstrap system /Library/LaunchDaemons/org.nixos.darwin-store.plist
to launch the Nix volume mounter
---- sudo execution ------------------------------------------------------------
I am executing:
$ sudo launchctl kickstart -k system/org.nixos.darwin-store
to launch the Nix volume mounter
I’m not super familiar with OS X either, so I haven’t really tried anything so far. Are there any suggestions?