fix: use nodejs binary instead of nodejs_22 (cached)

This commit is contained in:
maulanasdqn
2026-02-14 17:43:42 +07:00
parent 708cbde596
commit f846a5a785
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pkgs.buildNpmPackage {
makeCacheWritable = true;
nativeBuildInputs = with pkgs; [
nodejs_22
nodejs
nodePackages.npm
util-linux # For script command to create pseudo-terminal
];