From 283b0d9c5d274a2e9b5e21feafa257161c8c9933 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sat, 16 Mar 2024 13:37:18 +0700 Subject: [PATCH] Document Nixpkgs "installation method" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29c7b18..5739f7a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ You can also install from this repo with `cargo`: cargo install --git https://github.com/quodlibetor/git-instafix +Or use Nixpkgs. It's [in there](https://search.nixos.org/packages?channel=unstable&query=git-instafix). + Otherwise, you will need to compile with Rust. Install rust, clone this repo, build, and then copy the binary into your bin dir: