mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 01:03:11 +01:00
nixf-tidy: Add missing fish dependency
This commit is contained in:
parent
9bbd7615e1
commit
514ff07848
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user