hclfmt: add meta.mainProgram

This commit is contained in:
zowoq 2023-08-05 11:57:13 +10:00
parent 44c0f1c89b
commit 088060ab69

View File

@ -21,6 +21,7 @@ buildGoModule rec {
description = "a code formatter for the Hashicorp Configuration Language (HCL) format";
homepage = "https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt";
license = licenses.mpl20;
mainProgram = "hclfmt";
maintainers = with maintainers; [ zimbatm ];
};
}