From 0c7fadbaad67e1b6e0933141f5a553dbabc627fa Mon Sep 17 00:00:00 2001 From: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com> Date: Sun, 17 Oct 2021 20:34:43 -0600 Subject: [PATCH] docs: add nix installation instructions (#78) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bfc1b96..7a0f45f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ Or from the latest `master` commit with: yay -S hilbish-git ``` +### Nixpkgs +Nix/NixOS users can install Hilbish from the central repository, nixpkgs, through the usual ways. + +If you're new to nix you should probably read up on how to do that [here](https://nixos.wiki/wiki/Cheatsheet#Comparison_of_secret_managing_schemes). + + ### Manual Build #### Prerequisites - [Go 1.16+](https://go.dev)