<mjrosenb>
what is responsible for keeping /Library/LaunchDaemons/org.nixos.nix-daemon.plist up to date?
<mjrosenb>
I just attempted to update nix, and while I have a newer package installed, that file is still pointing to the old daemon.
<mjrosenb>
oh, I wonder if this is from my attempt to install nix-darwin forever ago
<mjrosenb>
ok, well, I have managed to install the .dmg I care about when running nix-shell, but it doesn't do anything to the path. presumably because package doesn't have a bin directory, only Applications/foo.app. Is there a standard tool that will create a script that will run the app, so I can run it from the command line?
<__monty__>
I don't think most apps *can* be used from the command line? Or do you mean `open -a Some.app`?