diff --git a/shell.nix b/shell.nix index 1479462..2209731 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShellNoCC { buildInputs = with pkgs; [ bun + nodejs wrangler ]; }