Skip to content

Commit 49223da

Browse files
committed
[nix] Add jq tool to dev shell
Summary: Adds [[ https://jqlang.org/ | jq ]] to nix dev shell. It's useful for manipulating JSON in CLI. It's also needed for the script added in the next diff Test Plan: ``` # none or e.g. homebrew if installed globally which jq nix develop which jq # now it shows nix path ``` Reviewers: ashoat, kamil, tomek, O1 Nix Reviewed By: ashoat Differential Revision: https://phab.comm.dev/D14403
1 parent 0795c4d commit 49223da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/dev-shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
, fmt
2121
, glog
2222
, grpc
23+
, jq
2324
, libiconv
2425
, libuv
2526
, localstack
@@ -54,6 +55,7 @@ mkShell {
5455
# generic development or tools
5556
arcanist
5657
awscli2
58+
jq
5759
shellcheck
5860
sops
5961
terraform

0 commit comments

Comments
 (0)