From 1d182c404ee470e8fbfb9d759b97dda62e2c81d9 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 17 Dec 2024 16:18:22 +0300 Subject: [PATCH] akkoma: build with headless elixir We absolutely don't want a webkitgtk in the closure. --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 42f40a1b32b0..d203cce4a970 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };