diff options
-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) |