akkoma: use erlang 26
This is the only user of elixir 1.16 left in tree :(
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user