summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunl89 <53639555+unl89@users.noreply.github.com>2019-10-02 12:34:01 +0800
committerBrian May <brian@linuxpenguins.xyz>2019-10-03 11:12:29 +1000
commitfe1df00be725dfa79042357d4c793bbaa0f19bab (patch)
tree6932cd7edd10fa7f066491b844e282a314020711
parenta32689d0303f9a43965c174d4697d8c12e60dc73 (diff)
readme: add Nix
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index abaec43..51f4a23 100644
--- a/README.rst
+++ b/README.rst
@@ -41,6 +41,10 @@ Obtaining sshuttle
dnf install sshuttle
+- NixOS::
+
+ nix-env -iA nixos.sshuttle
+
- From PyPI::
sudo pip install sshuttle
@@ -71,6 +75,10 @@ It is also possible to install into a virtualenv as a non-root user.
brew install sshuttle
+- Nix::
+
+ nix-env -iA nixpkgs.sshuttle
+
Documentation
-------------