elixir_1_8: init at 1.8.0-rc.1

This commit is contained in:
Jean-Philippe Cugnet
2019-01-03 06:23:34 +01:00
parent b0f40b7851
commit 4345715025
4 changed files with 15 additions and 2 deletions
@@ -44,6 +44,11 @@ let
# BEAM-based languages.
elixir = elixir_1_7;
elixir_1_8 = lib.callElixir ../interpreters/elixir/1.8.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_7 = lib.callElixir ../interpreters/elixir/1.7.nix {
inherit rebar erlang;
debugInfo = true;