We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78946dd commit 0b1dad4Copy full SHA for 0b1dad4
README.rst
@@ -50,6 +50,14 @@ On a Fedora-based system or on a CentOS/RHEL 8 machine which has EPEL enabled.
50
51
$ sudo dnf -y install python3-connect-box
52
53
+For Nix or NixOS is `pre-packed module <https://search.nixos.org/packages?channel=unstable&query=connect-box>`_
54
+available. The lastest release is usually present in the ``unstable`` channel.
55
+
56
+.. code:: bash
57
58
+ $nix-env -iA nixos.python39Packages.connect-box
59
60
61
Usage
62
-----
63
0 commit comments