mirror of
https://github.com/0xbbjubjub/miniguest.git
synced 2025-01-06 03:45:49 +03:00
tool: fix spurious shellcheck warning
makeWrapper does some advanced incantation on $PATH that confuse shellcheck
This commit is contained in:
parent
60e054f0d7
commit
1209697d3a
@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation {
|
||||
installCheckInputs = [ shellcheck ];
|
||||
|
||||
installCheckPhase = ''
|
||||
shellcheck -x -s bash $out/bin/miniguest
|
||||
shellcheck -e SC2123 -x -s bash $out/bin/miniguest
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user