elixir: default 1.7.4 -> 1.9.0

This commit is contained in:
Yorick van Pelt
2019-07-15 16:11:17 +02:00
parent 407a106cdc
commit be3a2d2b7d

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;