hclfmt: add meta.mainProgram

This commit is contained in:
zowoq
2023-08-05 13:08:04 +10:00
parent 44c0f1c89b
commit 088060ab69
@@ -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 ];
};
}