Open pbrilius opened 3 years ago
It seems as though the installer is not properly modifying /etc/zshrc
. A workaround is to add this to your .zshrc
(or /etc/zshrc
for the whole system):
source /etc/profile.d/nix.sh
I marked this as stale due to inactivity. → More info
Describe the bug
`Try it! Open a new terminal, and type:
$ nix-shell -p nix-info --run "nix-info -m" `
Steps To Reproduce
sh <(curl -L https://nixos.org/nix/install) --daemon
nix-shell -p nix-info --run "nix-info -m"
- See errorExpected behavior
It should find the command on ZSH without reprompting for a remuneration.
nix-env --version
outputCommand 'nix-env' not found, but can be installed with: sudo apt install nix-bin
Additional context
Add any other context about the problem here.