elixir 1_8: set erlang to R23

This commit is contained in:
happysalada 2021-05-28 13:26:32 +09:00 committed by Raphael Megzari
parent c383345cc8
commit 1c979e4116

View File

@ -63,7 +63,7 @@ let
};
elixir_1_8 = lib'.callElixir ../interpreters/elixir/1.8.nix {
inherit erlang;
erlang = pkgs.beam.interpreters.erlangR23;
debugInfo = true;
};