5e7c2d6cef
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
8 lines
327 B
Nix
8 lines
327 B
Nix
{ mkDerivation }:
|
|
mkDerivation {
|
|
version = "1.15.6";
|
|
sha256 = "sha256-eRwyqylldsJOsGAwm61m7jX1yrVDrTPS0qO23lJkcKc=";
|
|
# 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";
|
|
}
|