Update path to jq
This commit is contained in:
parent
4d4d65d812
commit
a1ef2d1402
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
output_file="$HOME/Documents/videos.json"
|
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"
|
${pkgs.jq}/bin/jq . < "$output_file"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue