elixir_1_14: remove as EOL

This commit is contained in:
Adam C. Stephens
2025-10-08 08:27:18 -04:00
parent ecab3b050c
commit 7642dcb112
4 changed files with 0 additions and 16 deletions

View File

@@ -76,11 +76,6 @@ let
debugInfo = true;
};
elixir_1_14 = lib'.callElixir ../interpreters/elixir/1.14.nix {
inherit erlang;
debugInfo = true;
};
# Remove old versions of elixir, when the supports fades out:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html

View File

@@ -1,9 +0,0 @@
{ mkDerivation }:
mkDerivation {
version = "1.14.5";
sha256 = "sha256-bCCTjFT+FG1hz+0H6k/izbCmi0JgO3Kkqc3LWWCs5Po=";
# https://hexdocs.pm/elixir/1.14.5/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "23";
maximumOTPVersion = "26";
}

View File

@@ -5746,7 +5746,6 @@ with pkgs;
inherit (beam.packages.erlang_26.beamPackages)
elixir_1_16
elixir_1_15
elixir_1_14
;
inherit (beam.packages.erlang)

View File

@@ -56,7 +56,6 @@ in
elixir_1_17
elixir_1_16
elixir_1_15
elixir_1_14
elixir-ls
lfe
lfe_2_1