mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
elixir_1_14: remove as EOL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
@@ -56,7 +56,6 @@ in
|
||||
elixir_1_17
|
||||
elixir_1_16
|
||||
elixir_1_15
|
||||
elixir_1_14
|
||||
elixir-ls
|
||||
lfe
|
||||
lfe_2_1
|
||||
|
||||
Reference in New Issue
Block a user