nixf-tidy: Add missing fish dependency

This commit is contained in:
Donovan Glover
2024-08-09 19:25:04 -04:00
parent 9bbd7615e1
commit 514ff07848

View File

@ -3,6 +3,7 @@
stdenvNoCC,
writeTextFile,
makeWrapper,
fish,
git,
fd,
jq,
@ -64,6 +65,7 @@ stdenvNoCC.mkDerivation {
wrapProgram $out/bin/nixf-tidy \
--prefix PATH ":" "${
lib.makeBinPath [
fish
git
fd
jq