Elixir: init 1.6-rc.0 (#33034)

This commit is contained in:
Justin Wood
2017-12-26 16:53:24 -05:00
committed by Graham Christensen
parent c9ec07309f
commit 6af1a08e9b
4 changed files with 14 additions and 2 deletions
@@ -44,6 +44,11 @@ let
# BEAM-based languages.
elixir = elixir_1_5;
elixir_1_6_rc = lib.callElixir ../interpreters/elixir/1.6.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_5 = lib.callElixir ../interpreters/elixir/1.5.nix {
inherit rebar erlang;
debugInfo = true;