akkoma: build with headless elixir

We absolutely don't want a webkitgtk in the closure.
This commit is contained in:
K900
2024-12-17 16:18:22 +03:00
parent 4cef82da6a
commit 1d182c404e
+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 { };