We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2ac2 commit 779fd46Copy full SHA for 779fd46
home-manager/modules/vscode-ssh-fix.nix
@@ -15,7 +15,7 @@ with lib;
15
enable = mkEnableOption "auto-fix service for vscode-server in NixOS";
16
nodePackage = mkOption {
17
type = package;
18
- default = pkgs.nodejs-18_x;
+ default = pkgs.nodejs;
19
};
20
findPackage = mkOption {
21
0 commit comments