mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
buildkite-cli: fix shebangs (#173311)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -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}" ];
|
||||
|
||||
Reference in New Issue
Block a user