Remove additional OTP version information

This commit is contained in:
Justin Wood
2017-06-26 23:51:18 -04:00
parent dc2f1569b3
commit cc09faa6fb
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -39,17 +39,17 @@ let
# BEAM-based languages.
elixir = elixir_1_4;
elixir_1_5_rc = lib.callElixir ../interpreters/elixir/1.5.nix "18" {
elixir_1_5_rc = lib.callElixir ../interpreters/elixir/1.5.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_4 = lib.callElixir ../interpreters/elixir/1.4.nix "18" {
elixir_1_4 = lib.callElixir ../interpreters/elixir/1.4.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_3 = lib.callElixir ../interpreters/elixir/1.3.nix "18" {
elixir_1_3 = lib.callElixir ../interpreters/elixir/1.3.nix {
inherit rebar erlang;
debugInfo = true;
};