elixir_1_9: init at 1.9.0-rc.0

This commit is contained in:
cw
2019-06-21 11:04:09 +02:00
parent 24a2ee8fac
commit 14fa744011
4 changed files with 14 additions and 7 deletions
+5 -5
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