diff --git a/release.nix b/release.nix index 950bacc..4af08f5 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 '';