The steps I followed:
- Ran
sh <(curl -L https://nixos.org/nix/install) --daemon
(as the download page instructed) - Exited the shell
- Opened a new shell, and ran
nix-shell -p nix-info --run "nix-info -m"
(as the installer output instructed) - Was greeted with “Command ‘nix-shell’ not found, but can be installed with: sudo apt install nix-bin”
- Rebooted computer, repeated step 3
- Received same output as step 4.
I assumed the issue is that nix-shell is not ending up on my PATH, so I re-ran the installer to see if I could tell from the output which file it was changing the PATH variable in. When I did that, the installer failed. I pasted the output here: NixFailure.txt · GitHub