From 23bfeac0fc733ec5654e0632566eeaae7268d041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Fri, 24 Sep 2021 22:27:23 +0200 Subject: [PATCH] Add deno --- shell.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }