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