feat: add nodejs for html-lsp

This commit is contained in:
itsscb 2025-05-23 20:42:30 +02:00
parent 59b5c180a6
commit e28e6073a2

View File

@ -11,6 +11,7 @@
in { in {
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
nodejs
powershell powershell
]; ];