mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
9 lines
327 B
Nix
9 lines
327 B
Nix
{ mkDerivation }:
|
|
mkDerivation {
|
|
version = "1.17.2";
|
|
sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
|
|
# https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "25";
|
|
escriptPath = "lib/elixir/scripts/generate_app.escript";
|
|
}
|