From 774a75e1f34401eb03fee0119cb45ec18bc4604e Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 27 Aug 2024 13:31:31 +0200 Subject: [PATCH] notes: fix ripgrep PATH --- pkgs/notes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/notes.nix b/pkgs/notes.nix index 5d845d99..9fd60fbc 100644 --- a/pkgs/notes.nix +++ b/pkgs/notes.nix @@ -5,7 +5,7 @@ self: with self; '' # uses ripgrep: https://github.com/BurntSushi/ripgrep NOTESDIR=~/pub.solar-nc/Notes - ACK_PREFIX="${rg}/bin/rg --files-with-matches" + ACK_PREFIX="${ripgrep}/bin/rg --files-with-matches" cd $NOTESDIR || exit file="$( FZF_DEFAULT_COMMAND="$ACK_PREFIX '$1'" \