use latest node for zed

This commit is contained in:
Joakim Repomaa
2025-03-15 21:53:17 +02:00
parent ab560e41f3
commit d61c0f96c6

View File

@@ -31,8 +31,8 @@ in
]; ];
userSettings = { userSettings = {
node = { node = {
path = lib.getExe pkgs.nodejs; path = lib.getExe pkgs.nodejs_latest;
npm_path = lib.getExe' pkgs.nodejs "npm"; npm_path = lib.getExe' pkgs.nodejs_latest "npm";
}; };
assistant = { assistant = {
enabled = true; enabled = true;