Skip to content

Commit

Permalink
writeShellScriptBin: use build-time shell in check phase
Browse files Browse the repository at this point in the history
(cherry picked from commit 53b0027)
  • Loading branch information
illegalprime authored and samueldr committed Apr 13, 2019
1 parent 0b89775 commit 53980bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/trivial-builders.nix
Expand Up @@ -149,7 +149,7 @@ rec {
${text}
'';
checkPhase = ''
${runtimeShell} -n $out/bin/${name}
${stdenv.shell} -n $out/bin/${name}
'';
};

Expand Down

0 comments on commit 53980bc

Please sign in to comment.