mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-10 15:27:48 +02:00
nixf-tidy: Add missing fish dependency
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user