hall/little-buddy

missing dependency jq?

Closed this issue · 1 comments

Attempting to run the flash command in the readme, I got this:

$ nix run 'github:hall/little-buddy#flash'
/nix/store/f5341i865vzzaha9k88zlgv538xi58y9-flash/bin/flash: line 24: jq: command not found

(and also some permission errors that are my own problem)

Adding jq to my system environment removed that error, so I think your flake is missing an explicit dependency on jq somewhere - unfortunately, my nix skills are weak enough that I don't know where or this would be a PR:)

hall commented

Hey @yjftsjthsd-g; thanks for submitting an issue! I've pushed a commit to not rely on implicit jq or curl packages.

Give that a go and let me know if you have any other trouble.