Files
nixpkgs/pkgs/by-name/fl/flyctl/set-commit.patch
Michael Daniels 4b7d598de4 Reapply "Merge branch 'staging-next' into staging"
This reverts commit 4982f4c206.

The eval failure was not introduced by my merge!
2026-02-27 19:47:50 -05:00

11 lines
244 B
Diff

--- a/internal/buildinfo/buildinfo.go
+++ b/internal/buildinfo/buildinfo.go
@@ -117,6 +117,7 @@ func UserAgent() string {
}
func Commit() string {
+ return "@commit@"
info, _ := debug.ReadBuildInfo()
var rev = "<none>"
var dirty = ""