7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-3CL9NcwDsAs6fHUWA/ibkwqOW0Ur4glpHVZTrfLQUXs=";
18 cargoHash = "sha256-hEJb1SOQ3daY2otroCds8zitoodSjRyRTyR7GwF8dgk=";
21 description = "Erlang code formatter";
22 homepage = "https://github.com/sile/efmt";
23 license = with lib.licenses; [
27 maintainers = with lib.maintainers; [ haruki7049 ];