elixir_1_11: init at 1.11.0

Set elixir_1_11 as default elixir version.
This commit is contained in:
marco
2020-10-07 10:30:35 +02:00
parent 6f90e1df4f
commit 26857cc851
4 changed files with 18 additions and 4 deletions
+6 -1
View File
@@ -36,7 +36,12 @@ let
buildMix = callPackage ./build-mix.nix {};
# BEAM-based languages.
elixir = elixir_1_10;
elixir = elixir_1_11;
elixir_1_11 = lib.callElixir ../interpreters/elixir/1.11.nix {
inherit erlang;
debugInfo = true;
};
elixir_1_10 = lib.callElixir ../interpreters/elixir/1.10.nix {
inherit erlang;