akkoma: build with headless elixir
We absolutely don't want a webkitgtk in the closure.
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user