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
The first problem, Nix not being on PATH, generally points to your shell init files either hard-setting a PATH that doesn't include Nix after Nix's shell hook ran (often from one of the user-specific init files in ~/), or perhaps having an early return condition the relevant init file that is keeping the shell hook from running.
If env | grep NIX shows a few variables, that's a good sign the shell hook is at least running and you can focus on looking for what might be overwriting PATH.
Platform
macOS
Additional information
Running
Chip Apple M2
MacOs
13.2.1 (22D68)
Unable to access
nix
binaries after standard maxOs install$ sh <(curl -L https://nixos.org/nix/install)
launchctl list | grep org.nixos.nix-daemon
no output~/.nix-profile
does not existWas able to run nix-daemon with:
#3125
Was able to access binaries after running:
#6273
Output
Checked crash reports in
Console
program and found the following entry for nixPriorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: