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 1220961 commit 6a2d223Copy full SHA for 6a2d223
builder/comp-builder.nix
@@ -514,7 +514,7 @@ let
514
if [ -f ${testExecutable} ]; then
515
mkdir -p $(dirname $out/bin/${exeName})
516
${if stdenv.hostPlatform.isGhcjs then ''
517
- cat <(echo \#!${lib.getBin buildPackages.nodejs-12_x}/bin/node) ${testExecutable} >| $out/bin/${exeName}
+ cat <(echo \#!${lib.getBin buildPackages.nodejs-18_x}/bin/node) ${testExecutable} >| $out/bin/${exeName}
518
chmod +x $out/bin/${exeName}
519
'' else ''
520
cp -r ${testExecutable} $(dirname $out/bin/${exeName})
0 commit comments