add nodejs LMAO

This commit is contained in:
Sakooooo 2024-11-15 15:21:12 +04:00
parent 6cf41b4d3a
commit 7305378e47
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -15,7 +15,7 @@
devShells = eachSystem (pkgs: { devShells = eachSystem (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = attrValues { packages = attrValues {
inherit (pkgs) pnpm; inherit (pkgs) pnpm nodejs;
inherit (pkgs.nodePackages_latest) "@astrojs/language-server"; inherit (pkgs.nodePackages_latest) "@astrojs/language-server";
}; };
}; };