From a2f3a63953b6fc0812cca363accbc5d4176f1f02 Mon Sep 17 00:00:00 2001 From: ydlr <58453832+ydlr@users.noreply.github.com> Date: Sun, 16 May 2021 23:05:40 +0000 Subject: restore buildMix and its bootstrapper (#122374) * restore mixBuild remove bootstrapper by going through ERL_LIBS mix will use ERL_LIBS to find compiled dependencies Co-authored-by: Zach --- doc/languages-frameworks/beam.section.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md index 947968db15e..2a4753a1199 100644 --- a/doc/languages-frameworks/beam.section.md +++ b/doc/languages-frameworks/beam.section.md @@ -34,6 +34,8 @@ Erlang.mk works exactly as expected. There is a bootstrap process that needs to For Elixir applications use `mixRelease` to make a release. See examples for more details. +There is also a `buildMix` helper, whose behavior is closer to that of `buildErlangMk` and `buildRebar3`. The primary difference is that mixRelease makes a release, while buildMix only builds the package, making it useful for libraries and other dependencies. + ## How to Install BEAM Packages {#how-to-install-beam-packages} BEAM builders are not registered at the top level, simply because they are not relevant to the vast majority of Nix users. To install any of those builders into your profile, refer to them by their attribute path `beamPackages.rebar3`: -- cgit 1.4.1