nix-installer
nix-installer copied to clipboard
Multiple nix entries in PATH in bash
I noticed that PATH
is being populated twice (with bash, running Fedora 40):
PATH
$ echo $PATH | tr ':' '\n'
/home/user/.nix-profile/bin
/nix/var/nix/profiles/default/bin
/home/user/.local/bin
/home/user/bin
/home/user/.nix-profile/bin
/nix/var/nix/profiles/default/bin
/usr/local/bin
/usr/local/sbin
/usr/bin
/usr/sbin
It's not a big issue, but it would be nice to have more control on the entries in PATH.