1 { lib, rustPlatform, fetchFromGitHub }:
2 rustPlatform.buildRustPackage rec {
6 src = fetchFromGitHub {
10 hash = "sha256-icAe54Mv1xpOjUPSk8QDZaMk2ueNvjER6UyJ9uyUL6s=";
13 cargoSha256 = "sha256-bpNIGuh74nwEmHPeXtPmsML9vJOb00xkdjK0Nd7esAc=";
16 description = "one CLI to format the code tree";
17 homepage = "https://github.com/numtide/treefmt";
18 license = lib.licenses.mit;
19 maintainers = [ lib.maintainers.zimbatm ];
20 mainProgram = "treefmt";