Skip to content

Commit

Permalink
Add jq to the nix-shell environment
Browse files Browse the repository at this point in the history
Signed-off-by: Nahum Shalman <[email protected]>
  • Loading branch information
nshalman committed Apr 6, 2021
1 parent cc5e0be commit 89e4955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ in
with pkgs;

mkShell {
buildInputs = [ go nodePackages.prettier shellcheck shfmt terraform_0_14 gpgme packer vagrant ];
buildInputs = [ go nodePackages.prettier jq shellcheck shfmt terraform_0_14 gpgme packer vagrant ];
}

0 comments on commit 89e4955

Please sign in to comment.