Merge pull request #64803 from serokell/elixir19

elixir: default 1.7.4 -> 1.9.0
This commit is contained in:
Daiderd Jordan
2019-07-19 00:03:29 +02:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ let
buildMix = callPackage ./build-mix.nix {};
# BEAM-based languages.
elixir = elixir_1_7;
elixir = elixir_1_9;
elixir_1_9 = lib.callElixir ../interpreters/elixir/1.9.nix {
inherit rebar erlang;