Update path to jq

This commit is contained in:
Oliver Davies 2024-08-20 21:51:15 +01:00
parent 4d4d65d812
commit a1ef2d1402

View file

@ -27,7 +27,7 @@
output_file="$HOME/Documents/videos.json"
${pkgs.tree}/bin/tree -J "$source_path/Videos" | jq . > "$output_file"
${pkgs.tree}/bin/tree -J "$source_path/Videos" | ${pkgs.jq}/bin/jq . > "$output_file"
${pkgs.jq}/bin/jq . < "$output_file"
'';
}