diff --git a/shell.nix b/shell.nix index f9063bc..f43b1b4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import {} }: pkgs.mkShell { # nativeBuildInputs is usually what you want -- tools you need to run - nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn ]; + nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn pkgs.jq ]; } \ No newline at end of file