elixir_1_6: remove

Additionally removed the now obsolete rebar build dependency for elixir.
This commit is contained in:
cw
2020-09-24 15:14:52 +02:00
parent ac33603b66
commit 3c379af10b
5 changed files with 8 additions and 24 deletions

View File

@@ -39,27 +39,22 @@ let
elixir = elixir_1_10;
elixir_1_10 = lib.callElixir ../interpreters/elixir/1.10.nix {
inherit rebar erlang;
inherit erlang;
debugInfo = true;
};
elixir_1_9 = lib.callElixir ../interpreters/elixir/1.9.nix {
inherit rebar erlang;
inherit erlang;
debugInfo = true;
};
elixir_1_8 = lib.callElixir ../interpreters/elixir/1.8.nix {
inherit rebar erlang;
inherit erlang;
debugInfo = true;
};
elixir_1_7 = lib.callElixir ../interpreters/elixir/1.7.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_6 = lib.callElixir ../interpreters/elixir/1.6.nix {
inherit rebar erlang;
inherit erlang;
debugInfo = true;
};