akkoma: build with headless elixir (#365901)

This commit is contained in:
K900
2024-12-17 19:16:14 +03:00
committed by GitHub
+2 -2
View File
@@ -909,8 +909,8 @@ with pkgs;
};
akkoma = callPackage ../servers/akkoma {
elixir = elixir_1_16;
beamPackages = beamPackages.extend (self: super: { elixir = elixir_1_16; });
elixir = beam_nox.interpreters.elixir_1_16;
beamPackages = beamPackages.extend (self: super: { elixir = beam_nox.interpreters.elixir_1_16; });
};
akkoma-frontends = recurseIntoAttrs {
akkoma-fe = callPackage ../servers/akkoma/akkoma-fe { };