dockfmt: add version information
This commit is contained in:
parent
fe18253847
commit
1ef95334b7
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ buildGoModule rec {
|
|||
|
||||
vendorSha256 = null;
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
"-s"
|
||||
"-X github.com/jessfraz/dockfmt/version.VERSION=${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dockerfile format";
|
||||
homepage = "https://github.com/jessfraz/dockfmt";
|
||||
|
|
Loading…
Reference in a new issue