Include Elixir 1.5 rc

This commit is contained in:
Justin Wood
2017-06-26 23:13:58 -04:00
parent aa1f059116
commit 909da3998e
3 changed files with 12 additions and 0 deletions
@@ -39,6 +39,11 @@ let
# BEAM-based languages.
elixir = elixir-1_4;
elixir-1_5 = lib.callElixir ../interpreters/elixir/1.5.nix "18" {
inherit rebar erlang;
debugInfo = true;
};
elixir-1_4 = lib.callElixir ../interpreters/elixir/1.4.nix "18" {
inherit rebar erlang;
debugInfo = true;