From 0ce30f8c67db15ae312f1e27f9228468bbdbb528 Mon Sep 17 00:00:00 2001 From: Thomas Depierre Date: Sun, 6 Oct 2019 23:55:51 +0200 Subject: doc/beam: rebar3-open is now removed (#70523) --- doc/languages-frameworks/beam.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/languages-frameworks/beam.xml b/doc/languages-frameworks/beam.xml index 65f28d0a2d3..74c595cc89b 100644 --- a/doc/languages-frameworks/beam.xml +++ b/doc/languages-frameworks/beam.xml @@ -55,20 +55,7 @@ Rebar3 - By default, Rebar3 wants to manage its own dependencies. This is perfectly acceptable in the normal, non-Nix setup, but in the Nix world, it is not. To rectify this, we provide two versions of Rebar3: - - - - rebar3: patched to remove the ability to download anything. When not running it via nix-shell or nix-build, it's probably not going to work as desired. - - - - - rebar3-open: the normal, unmodified Rebar3. It should work exactly as would any other version of Rebar3. Any Erlang package should rely on rebar3 instead. See . - - - + We provide a version of Rebar3, which is the normal, unmodified Rebar3, under rebar3. We also provide a helper to fetch Rebar3 dependencies from a lockfile under fetchRebar3Deps. -- cgit 1.4.1