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 2e57ac2 commit 0e2e039Copy full SHA for 0e2e039
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