diff options
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix index 950bacc7405e..4af08f50c7bb 100644 --- a/release.nix +++ b/release.nix @@ -36,6 +36,7 @@ in with pkgs; buildGoPackage rec { buildInputs = [ git ]; buildPhase = '' cd go/src/${goPackagePath} + patchShebangs build-release.sh ./build-release.sh build ''; |