nixpkgs/pkgs/development/interpreters/elixir/1.16.nix
2024-01-31 16:03:26 +01:00

9 lines
327 B
Nix

{ mkDerivation }:
mkDerivation {
version = "1.16.1";
sha256 = "sha256-rjUt3gCUszCbzGE7BriwH3ptrV81dqNB/d0nVOXrcGI=";
# 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";
}