Merge pull request #63606 from cw789/master

elixir_1_9: init at 1.9.0
This commit is contained in:
Daiderd Jordan
2019-07-03 20:05:11 +02:00
committed by GitHub
6 changed files with 16 additions and 18 deletions

View File

@@ -43,6 +43,11 @@ let
# BEAM-based languages.
elixir = elixir_1_7;
elixir_1_9 = lib.callElixir ../interpreters/elixir/1.9.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_8 = lib.callElixir ../interpreters/elixir/1.8.nix {
inherit rebar erlang;
debugInfo = true;
@@ -63,11 +68,6 @@ let
debugInfo = true;
};
elixir_1_4 = lib.callElixir ../interpreters/elixir/1.4.nix {
inherit rebar erlang;
debugInfo = true;
};
# Remove old versions of elixir, when the supports fades out:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html