From 44dcbe7203736c41346fb4f13e850b5ddf551e7e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 20 Feb 2023 23:51:50 +0100 Subject: flora: don't have an akkoma that depends on X / GTK+ --- flora/services/akkoma.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'flora/services') diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 953541b..efc693e 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -2,7 +2,12 @@ let - unstable = import inputs.nixpkgs-unstable { inherit system; }; + unstable = import inputs.nixpkgs-unstable { + inherit system; + overlays = [ (self: super: rec { + beamPackages = super.beam.packagesWith super.erlang_nox; + }) ]; + }; staticDir = "/var/lib/akkoma/static"; in { -- cgit v1.2.3