1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-A7YfjXdblFGBABD/PeJMzh9WdPeIUWOWAr/UlD3ki28=";
14 vendorHash = "sha256-DA1IKaC+YSBzCfEMqHsHfwu1o5qvYFaFgDoGG0RZnoo=";
16 # The code repository includes other tools which are not useful. Only build
18 subPackages = [ "cmd/hclfmt" ];
21 description = "a code formatter for the Hashicorp Configuration Language (HCL) format";
22 homepage = "https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt";
23 license = licenses.mpl20;
24 mainProgram = "hclfmt";
25 maintainers = with maintainers; [ zimbatm ];