use latest node for zed
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user