rebar3Relx: allow passthru to be overridden

This commit is contained in:
David 2021-07-04 17:51:25 +02:00
parent aefcbc907a
commit 2d1781f595

View File

@ -93,10 +93,10 @@ let
inherit (erlang.meta) platforms;
} // meta;
passthru = {
passthru = ({
packageName = name;
env = shell self;
};
} // (if attrs ? passthru then attrs.passthru else {}));
} // customPhases);
in
fix pkg