shellcheck: don't build locally
This commit is contained in:
parent
5709214f80
commit
e1c059c850
|
@ -40,10 +40,6 @@ let
|
||||||
install -Dm644 shellcheck.1 $man/share/man/man1/shellcheck.1
|
install -Dm644 shellcheck.1 $man/share/man/man1/shellcheck.1
|
||||||
mkdir $out
|
mkdir $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# just some file copying
|
|
||||||
preferLocalBuild = true;
|
|
||||||
allowSubstitutes = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue