diff --git a/shell.nix b/shell.nix index 8685862..f6bcef1 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,6 @@ pkgs.mkShell { buildInputs = [ pkgs.nodejs + pkgs.deno ]; }