dockfmt: add version information

This commit is contained in:
Phillip Cloud 2021-09-03 11:05:55 -04:00
parent fe18253847
commit 1ef95334b7
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -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";