From bc8db131603c6821d6bc53823c5f2f922353df40 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sun, 13 Dec 2020 20:05:07 +0100 Subject: [PATCH] Add nix install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a2dcf07..82dd94b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ cabal new-install hablo Alternatively, if you prefer to do things yourself you can do a +#### Simple install with nix + +Want to give hablo a quick try using nix ? + +```bash +nix-env -f 'https://git.marvid.fr/Tissevert/mynixpkgs/archive/main.tar.gz' -i hablo +``` + +Visit my [Nix packages](https://git.marvid.fr/Tissevert/mynixpkgs) for a more declarative setup. + #### Manual install from this repository Get a copy of this repository