writeShellScriptBin: use build-time shell in check phase

This commit is contained in:
Michael Eden 2019-04-04 13:31:51 -04:00
parent 10c53e25df
commit 53b0027fb4

View file

@ -149,7 +149,7 @@ rec {
${text}
'';
checkPhase = ''
${runtimeShell} -n $out/bin/${name}
${stdenv.shell} -n $out/bin/${name}
'';
};