1 { fetchFromGitHub, rebar3Relx, lib }:
6 releaseType = "escript";
7 src = fetchFromGitHub {
10 sha256 = "sha256-mma4QH6GlayTG5I9hW9wNZph/IJcCXjiY7Ft3hfxaPg=";
14 homepage = "https://github.com/WhatsApp/erlfmt";
15 description = "An automated code formatter for Erlang";
16 platforms = platforms.unix;
17 license = licenses.asl20;
18 maintainers = with lib.maintainers; [ dlesl ];