0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-17 07:30:21 +03:00
nixpkgs/pkgs/development/interpreters/elixir/1.15.nix

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

9 lines
327 B
Nix
Raw Normal View History

2023-06-19 08:18:08 -05:00
{ mkDerivation }:
mkDerivation {
2023-09-21 11:45:27 -04:00
version = "1.15.6";
sha256 = "sha256-eRwyqylldsJOsGAwm61m7jX1yrVDrTPS0qO23lJkcKc=";
2023-06-19 08:18:08 -05:00
# 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";
2023-06-19 08:18:08 -05:00
}