From 89e49554be5be67f796865152cecaa07b84ef252 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Tue, 6 Apr 2021 14:33:52 +0000 Subject: [PATCH] Add jq to the nix-shell environment Signed-off-by: Nahum Shalman --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b268cb4..c1bf552 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; }