buildkite-cli: fix shebangs (#173311)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
William Carroll
2022-05-25 22:17:31 +02:00
committed by GitHub
co-authored by Sandro
parent 37b04e54e3
commit be3b586793
@@ -15,6 +15,10 @@ buildGoModule rec {
doCheck = false;
postPatch = ''
patchShebangs .buildkite/steps/{lint,run-local}.sh
'';
subPackages = [ "cmd/bk" ];
ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];