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.
2 parents 5c0c480 + f85b04b commit 506bec1Copy full SHA for 506bec1
pkgs/build-support/testers/shellcheck/tester.nix
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
27
dontConfigure = true;
28
dontBuild = true;
29
checkPhase = ''
30
- find "$src" -type f -print0 | xargs -0 shellcheck
+ find "$src" -type f -print0 | xargs -0 shellcheck --source-path="$src"
31
'';
32
installPhase = ''
33
touch "$out"
0 commit comments