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,
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user