ory: define build flags (#495383)

This commit is contained in:
Mathew Polzin
2026-03-05 03:33:41 +00:00
committed by GitHub
+6
View File
@@ -25,6 +25,11 @@ buildGoModule (finalAttrs: {
env.CGO_ENABLED = 1;
ldflags = [
"-X=github.com/ory/cli/buildinfo.Version=v${finalAttrs.version}"
"-X=github.com/ory/cli/buildinfo.GitHash=${finalAttrs.src.rev}"
];
tags = [
"sqlite"
];
@@ -49,6 +54,7 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
luleyleo
nicolas-goudry
debtquity
];
};
})