summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorThomas Depierre <depierre.thomas@gmail.com>2021-05-17 10:09:51 +0200
committerRaphael Megzari <raphael@megzari.com>2021-05-25 07:38:41 +0900
commitf55c3e2f21073be564fed477847ad5bd649c9fb9 (patch)
treedf75881a1f31ed394194584ff3001bdfecc03fec /doc
parent6d1621c324e284283140b3723b6db5aee81e262a (diff)
downloadnixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar.gz
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar.bz2
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar.lz
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar.xz
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.tar.zst
nixpkgs-f55c3e2f21073be564fed477847ad5bd649c9fb9.zip
beam-packages: drop erlang R18 R19 R20 and cuter
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/beam.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md
index 2d32dec7205..68e84d2f990 100644
--- a/doc/languages-frameworks/beam.section.md
+++ b/doc/languages-frameworks/beam.section.md
@@ -14,9 +14,9 @@ nixpkgs follows the [official elixir deprecation schedule](https://hexdocs.pm/el
 
 All BEAM-related expressions are available via the top-level `beam` attribute, which includes:
 
-- `interpreters`: a set of compilers running on the BEAM, including multiple Erlang/OTP versions (`beam.interpreters.erlangR19`, etc), Elixir (`beam.interpreters.elixir`) and LFE (Lisp Flavoured Erlang) (`beam.interpreters.lfe`).
+- `interpreters`: a set of compilers running on the BEAM, including multiple Erlang/OTP versions (`beam.interpreters.erlangR22`, etc), Elixir (`beam.interpreters.elixir`) and LFE (Lisp Flavoured Erlang) (`beam.interpreters.lfe`).
 
-- `packages`: a set of package builders (Mix and rebar3), each compiled with a specific Erlang/OTP version, e.g. `beam.packages.erlangR19`.
+- `packages`: a set of package builders (Mix and rebar3), each compiled with a specific Erlang/OTP version, e.g. `beam.packages.erlang22`.
 
 The default Erlang compiler, defined by `beam.interpreters.erlang`, is aliased as `erlang`. The default BEAM package set is defined by `beam.packages.erlang` and aliased at the top level as `beamPackages`.