Skip to content

Commit b0bbea4

Browse files
MichaelFehdrau0205cursoragentstevepiercy
authored
docs: add NixOS installation instructions (#1428)
* docs: add NixOS installation instructions Co-authored-by: Cursor <cursoragent@cursor.com> * docs: add changelog entry for NixOS installation * Update news/+nixos-installation.documentation --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Steve Piercy <web@stevepiercy.com>
1 parent 830ab19 commit b0bbea4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/how-to/install.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,12 @@ You can install the `python3-icalendar package <https://packages.fedoraproject.o
6969
.. code-block:: shell
7070
7171
sudo dnf install python3-icalendar
72+
73+
NixOS
74+
-----
75+
76+
You can install the icalendar package on NixOS using ``nix-env``:
77+
78+
.. code-block:: shell
79+
80+
nix-env -iA nixpkgs.python3Packages.icalendar
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added NixOS installation instructions to the documentation. @MichaelFehdrau0205

0 commit comments

Comments
 (0)