From e28e6073a241cd8742c695e9f74cc80715eca454 Mon Sep 17 00:00:00 2001 From: itsscb Date: Fri, 23 May 2025 20:42:30 +0200 Subject: [PATCH] feat: add nodejs for html-lsp --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4947051..e85baf9 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ in { devShell = pkgs.mkShell { buildInputs = with pkgs; [ + nodejs powershell ];