summary refs log tree commit diff
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
parentaa86fdcf85ad282be0478711343c5a77fa4f5ce2 (diff)
downloadnixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.gz
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.bz2
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.lz
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.xz
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.tar.zst
nixpkgs-a6cfe3208965fafc2492a8eeb4409cb4567efea6.zip
elixir: add deprecation schedule docs
-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 2a4753a1199..7d1d02f05a0 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: