elixir_1_8: init at 1.8.0-rc.1

This commit is contained in:
Jean-Philippe Cugnet
2019-01-03 06:23:34 +01:00
parent b0f40b7851
commit 4345715025
4 changed files with 15 additions and 2 deletions
@@ -44,6 +44,11 @@ let
# BEAM-based languages.
elixir = elixir_1_7;
elixir_1_8 = lib.callElixir ../interpreters/elixir/1.8.nix {
inherit rebar erlang;
debugInfo = true;
};
elixir_1_7 = lib.callElixir ../interpreters/elixir/1.7.nix {
inherit rebar erlang;
debugInfo = true;
@@ -0,0 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.8.0-rc.1";
sha256 = "06k9q46cwn79ic6kw0b0mskf9rqlgm02jb8n1ajz55kmw134kq6m";
minimumOTPVersion = "20";
}