diff options
author | Lancelot SIX <lancelot@lancleotsix.com> | 2015-08-14 21:30:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-08-14 23:30:33 +0200 |
commit | a1bf66ce07fe3891bf2385d27ab7d864b1f34667 (patch) | |
tree | a3ca81d4dd8633c649288261fbb0f8526fd9051e | |
parent | 0524fc8ab20f6d2dbd1d552092053a4ba9323fac (diff) | |
download | poezio-a1bf66ce07fe3891bf2385d27ab7d864b1f34667.tar.gz poezio-a1bf66ce07fe3891bf2385d27ab7d864b1f34667.tar.bz2 poezio-a1bf66ce07fe3891bf2385d27ab7d864b1f34667.tar.xz poezio-a1bf66ce07fe3891bf2385d27ab7d864b1f34667.zip |
Add NixOS in GNU/Linux installation section
-rw-r--r-- | doc/source/install.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 3243e932..c9fac6c7 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -21,6 +21,9 @@ using one of these. - **Debian**: A set of `development builds`_ are available for poezio and its dependencies; those are automatically generated (and most likely untested) packages. We welcome anyone willing to make proper ones. +- **Nix** (and **NixOS**): The last stable version of poezio is availalble in + the unstable branch of `nixpkgs`. Use ``nix-env -f "<nixpkgs>" -iA poezio`` + to install poezio for the current user. (If another distribution provides a poezio package, please tell us and we will add it to the list) |