From a6cfe3208965fafc2492a8eeb4409cb4567efea6 Mon Sep 17 00:00:00 2001 From: happysalada Date: Fri, 21 May 2021 09:13:40 +0900 Subject: elixir: add deprecation schedule docs --- doc/languages-frameworks/beam.section.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/languages-frameworks/beam.section.md') 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: -- cgit 1.4.1