Merge pull request #219860 from hesiod/write-shell-application
writeShellApplication: Prefer lib.getExe over unwrapped ShellChecked
This commit is contained in:
commit
99de63aafa
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ rec {
|
|||
if checkPhase == null then ''
|
||||
runHook preCheck
|
||||
${stdenv.shellDryRun} "$target"
|
||||
${shellcheck.unwrapped}/bin/shellcheck "$target"
|
||||
${lib.getExe shellcheck} "$target"
|
||||
runHook postCheck
|
||||
''
|
||||
else checkPhase;
|
||||
|
|
Loading…
Reference in a new issue