diff --git a/flake.nix b/flake.nix index 2d6f641..533b19a 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,6 @@ in with pkgs; rec { - devShell = pkgs.mkShell rec { buildInputs = with pkgs; [ nodejs jq ]; }; + devShell = pkgs.mkShell rec { buildInputs = with pkgs; [ nodejs ]; }; }); }