dockfmt: add version information

launchpad/nixpkgs/master
Phillip Cloud 3 years ago
parent fe18253847
commit 1ef95334b7
No known key found for this signature in database
GPG Key ID: D908212070FD785E
  1. 6
      pkgs/development/tools/dockfmt/default.nix

@ -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…
Cancel
Save