about summary refs log tree commit diff
path: root/doc/languages-frameworks/beam.section.md
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-05-21 09:13:40 +0900
committerRaphael Megzari <raphael@megzari.com>2021-05-24 10:14:17 +0900
commita6cfe3208965fafc2492a8eeb4409cb4567efea6 (patch)
treee0b3d4ccd1e3832711766834466c12c71392b3c4 /doc/languages-frameworks/beam.section.md
parentaa86fdcf85ad282be0478711343c5a77fa4f5ce2 (diff)
downloadnixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.gz
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.bz2
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.lz
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.xz
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.zst
nixlib-a6cfe3208965fafc2492a8eeb4409cb4567efea6.zip
elixir: add deprecation schedule docs
Diffstat (limited to 'doc/languages-frameworks/beam.section.md')
-rw-r--r--doc/languages-frameworks/beam.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md
index 2a4753a11991..7d1d02f05a0e 100644
--- a/doc/languages-frameworks/beam.section.md
+++ b/doc/languages-frameworks/beam.section.md
@@ -4,6 +4,12 @@
 
 In this document and related Nix expressions, we use the term, _BEAM_, to describe the environment. BEAM is the name of the Erlang Virtual Machine and, as far as we're concerned, from a packaging perspective, all languages that run on the BEAM are interchangeable. That which varies, like the build system, is transparent to users of any given BEAM package, so we make no distinction.
 
+## Available versions and deprecations schedule
+
+### Elixir
+
+nixpkgs follows the [official elixir deprecation schedule](https://hexdocs.pm/elixir/compatibility-and-deprecations.html) and keeps the last 5 released versions of Elixir available.
+
 ## Structure {#beam-structure}
 
 All BEAM-related expressions are available via the top-level `beam` attribute, which includes: