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 eaa8491 commit 69a42f8Copy full SHA for 69a42f8
builder/comp-builder.nix
@@ -538,6 +538,7 @@ let
538
mkdir -p $out/bin
539
if [ -f ${testExecutable} ]; then
540
mkdir -p $(dirname $out/bin/${exeName})
541
+ ${lib.optionalString stdenv.buildPlatform.isLinux "sync"}
542
${if stdenv.hostPlatform.isGhcjs then ''
543
cat <(echo \#!${lib.getBin buildPackages.nodejs-18_x}/bin/node) ${testExecutable} >| $out/bin/${exeName}
544
chmod +x $out/bin/${exeName}
0 commit comments