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 = {
node = {
path = lib.getExe pkgs.nodejs;
npm_path = lib.getExe' pkgs.nodejs "npm";
path = lib.getExe pkgs.nodejs_latest;
npm_path = lib.getExe' pkgs.nodejs_latest "npm";
};
assistant = {
enabled = true;