2023-07-15 17:15:38 +00:00
|
|
|
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.15.6";
|
|
|
|
sha256 = "sha256-eRwyqylldsJOsGAwm61m7jX1yrVDrTPS0qO23lJkcKc=";
|
2023-07-15 17:15:38 +00:00
|
|
|
# https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
|
|
minimumOTPVersion = "24";
|
|
|
|
escriptPath = "lib/elixir/scripts/generate_app.escript";
|
|
|
|
}
|