fix: use nodejs binary instead of nodejs_22 (cached)
This commit is contained in:
+1
-1
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user