docs: replace nix-env with nix-shell

This commit is contained in:
Brian May
2025-02-08 10:02:31 +11:00
parent 1f5e6cea70
commit 340ccc705e

View File

@ -106,7 +106,7 @@ It is also possible to install into a virtualenv as a non-root user.
- Nix::
nix-env -iA nixpkgs.sshuttle
nix-shell -p sshuttle
- Windows::