From 8ebbce55160b7b29173983dde5097b771322c6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 9 May 2021 01:50:44 +1200 Subject: [PATCH] Add nix to install section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 19259dc..f222cc3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ Use the GitHub Releases tab to obtain the tarball/zipfile appropriate for your p $ brew install watchexec +#### Nix + + $ nix-env -iA nixpkgs.watchexec + #### Webi $ curl -sS https://webinstall.dev/watchexec | bash @@ -143,6 +147,10 @@ Available in the **community** repository: $ pacman -S watchexec +#### NixOS + + $ nix-env -iA nixos.watchexec + #### Webi $ curl -sS https://webinstall.dev/watchexec/ | bash