We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e78aa9 commit e627c3dCopy full SHA for e627c3d
pkgs/by-name/te/terraform-plugin-docs/package.nix
@@ -35,8 +35,8 @@ buildGoModule rec {
35
ldflags = [
36
"-s"
37
"-w"
38
- "-X main.version=${version}"
39
- "-X main.commit=${src.rev}"
+ "-X github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs/build.version=${version}"
+ "-X github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs/build.commit=${src.tag}"
40
];
41
42
postInstall = ''
0 commit comments