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
# Add local bin directory and Nix profile bin directory to PATH
PATH="$PATH:$HOME/.local/bin:$HOME/.nix-profile/bin"
# Set NIX_PATH environment variable
NIX_PATH="$NIX_PATH:https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz"
3: Usage
Note: If you installed Nix from the official repositories, you must add the
~/.nix-profile/bin
directory to your PATH manually.The text was updated successfully, but these errors were encountered: