akkoma: migrate to pkgs/by-name

This commit is contained in:
Mikael Voss 2025-03-14 14:43:53 +01:00
parent 87605312c5
commit aa7d01a8e0
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ with pkgs;
type = "OPN";
};
akkoma = callPackage ../servers/akkoma {
akkoma = callPackage ../by-name/ak/akkoma/package.nix {
beamPackages = beam_nox.packages.erlang_26.extend (self: super: {
elixir = self.elixir_1_16;
rebar3 = self.rebar3WithPlugins {