Skip to content

Commit

Permalink
docs: add NixOS installation instructions to README
Browse files Browse the repository at this point in the history
Add NixOS package installation section under a new "Package Managers"
category in the installation instructions. This reflects tenere's
recent addition to nixpkgs.

Resolves pythops#43
See NixOS/nixpkgs#363556
  • Loading branch information
ob7 committed Dec 11, 2024
1 parent 0f3181a commit 9f101c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ You can download the pre-built binaries from the [release page](https://github.c
```shell
cargo install tenere
```
### Package Managers

#### NixOS / Nix
=======
### 🗃 Package Managers

#### ❄ NixOS / Nix

Tenere is available in nixpkgs and can be installed by adding it to your system packages:

```nix
environment.systemPackages = [
pkgs.tenere
];
```

### ⚒️ Build from source

Expand Down

0 comments on commit 9f101c6

Please sign in to comment.