2024-01-02 11:29:13 +00:00
|
|
|
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
2024-02-07 01:22:34 +00:00
|
|
|
version = "1.16.1";
|
|
|
|
sha256 = "sha256-rjUt3gCUszCbzGE7BriwH3ptrV81dqNB/d0nVOXrcGI=";
|
2024-01-02 11:29:13 +00:00
|
|
|
# https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
|
|
minimumOTPVersion = "24";
|
|
|
|
escriptPath = "lib/elixir/scripts/generate_app.escript";
|
|
|
|
}
|