add nodejs LMAO
This commit is contained in:
parent
6cf41b4d3a
commit
7305378e47
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue