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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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