Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
351 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ mkDerivation }:
mkDerivation {
version = "1.19.0-rc.2";
sha256 = "sha256-RtJcnXjIqUw5h8Dsl8IPEaUVif4cHpUylmpmJCZ5EpM=";
# https://hexdocs.pm/elixir/1.19.0-rc.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
minimumOTPVersion = "26";
maximumOTPVersion = "28";
escriptPath = "lib/elixir/scripts/generate_app.escript";
}