From 4c44129a9792642f1a8604e167c9654f91bf301e Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Mon, 4 Aug 2025 09:56:31 -0500 Subject: [PATCH] README: add installation note for Nix and NixOS --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 648af05..0406853 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ The build process will create the binary in the `bin` directory. You can run it ./bin/wahay ``` +## Nix & NixOS + +If using Nix, or NixOS, then you can install Wahay from Nixpkgs: + +```bash +nix-env -i wahay +``` + ## Security warning Wahay is currently under active development. There have been no security audits