From 8150d447f2201e27d6325022a3c3106cd14410ed Mon Sep 17 00:00:00 2001 From: ob7 Date: Tue, 10 Dec 2024 21:12:38 -0900 Subject: [PATCH] docs: add NixOS installation instructions to README (#43) Add NixOS package installation section. This reflects tenere's recent addition to nixpkgs (NixOS/nixpkgs/pull/363556) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 84faf13..46292a5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,16 @@ You can download the pre-built binaries from the [release page](https://github.c cargo install tenere ``` +### ❄️ NixOS / Nix + +Tenere is available in nixpkgs and can be installed via configuration.nix: + +```nix +environment.systemPackages = with pkgs; [ + tenere +]; +``` + ### ⚒️ Build from source To build from the source, you need [Rust](https://www.rust-lang.org/) compiler and