From f5fa3790a8dbf155e4087f68efcce30581ee3ca5 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:18:15 +0200 Subject: [PATCH] added missing library --- hosts/sisyphe/features/services/akkoma.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 03d6ede..753655b 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -70,7 +70,12 @@ in package = pkgs.runCommand "akkoma-fe" { + config = { + nativeBuildInputs = with pkgs; [ + xorg.lndir + ]; + }; } '' mkdir $out