elixir: link to compatibility table

This commit is contained in:
Jörg Thalheim 2019-01-05 12:38:20 +01:00
parent 5cefef0d12
commit 69d3eb6b6f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -69,6 +69,9 @@ let
debugInfo = true;
};
# Remove old versions of elixir, when the supports fades out:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
lfe = lfe_1_2;
lfe_1_2 = lib.callLFE ../interpreters/lfe/1.2.nix { inherit erlang buildRebar3 buildHex; };