From 7305378e47d7fc4775ef290c744f41e30446451b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:21:12 +0400 Subject: [PATCH] add nodejs LMAO --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e19c40b..6416f2a 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ devShells = eachSystem (pkgs: { default = pkgs.mkShell { packages = attrValues { - inherit (pkgs) pnpm; + inherit (pkgs) pnpm nodejs; inherit (pkgs.nodePackages_latest) "@astrojs/language-server"; }; };