nixpkgs/pkgs/development/interpreters/elixir/1.16.nix
2024-03-10 12:44:47 +00:00

8 lines
327 B
Nix

{ mkDerivation }:
mkDerivation {
version = "1.16.2";
sha256 = "sha256-NUYYxf73Fuk3FUoVFKTo6IN9QCTvzz5wNshIf/nitJA=";
# 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";
}