about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-02-02 16:05:26 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-02-02 16:05:26 +0000
commitd9dc211e015b902c5a525bea502c78dbe251191c (patch)
tree7c40a044d12ff16eea8026d03701bfa0ea1e65ca
parent660f61d068ff2f1426c2972144a31455123e8e4a (diff)
downloaddotfiles-d9dc211e015b902c5a525bea502c78dbe251191c.tar.gz
Use fzf-git-sh from nixpkgs
-rw-r--r--nix-conf/home/includes/zsh.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index d62bbb4..1c758b2 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -259,13 +259,8 @@ in
       }
       {
         name = "fzf-git.sh";
-        src = fetchFromGitHub {
-          owner = "junegunn";
-          repo = "fzf-git.sh";
-          rev = "9190e1bf7273d85f435fa759a5c3b20e588e9f7e";
-          sha256 = "2CGjk1oTXip+eAJMuOk/X3e2KTwfwzcKTcGToA2xPd4=";
-        };
-        file = "fzf-git.sh";
+        src = fzf-git-sh;
+        file = "share/zsh/fzf-git-sh/fzf-git.sh";
       }
       {
         name = "per-directory-history";