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