akkoma: use erlang 26

This is the only user of elixir 1.16 left in tree :(
This commit is contained in:
K900
2024-12-26 13:38:35 +03:00
parent 6a9c49f549
commit 21ed640cbe
+2 -2
View File
@@ -907,8 +907,8 @@ with pkgs;
};
akkoma = callPackage ../servers/akkoma {
elixir = beam_nox.interpreters.elixir_1_16;
beamPackages = beam_nox.packages.erlang.extend (self: super: { elixir = beam_nox.interpreters.elixir_1_16; });
elixir = beam_nox.packages.erlang_26.elixir_1_16;
beamPackages = beam_nox.packages.erlang_26.extend (self: super: { elixir = self.elixir_1_16; });
};
akkoma-frontends = recurseIntoAttrs {
akkoma-fe = callPackage ../servers/akkoma/akkoma-fe { };