From e8dcdd37ea6c27088ef8d5885b576dff2ac1f8b3 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 25 Nov 2024 16:43:19 +0100 Subject: [PATCH] fix(nix): add nodejs to shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }