1 { lib, buildRebar3, fetchFromGitHub }:
5 src = fetchFromGitHub {
9 sha256 = "10ijc06qvv5hqv0qy3w7mbv9pshdb8bvy0f3phr1vd5hksbk731y";
13 description = "nix integration for rebar3";
14 license = lib.licenses.bsd3;
15 homepage = "https://github.com/erlang-nix/rebar3_nix";
16 maintainers = with lib.maintainers; [ dlesl gleber ];