1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
};