From daad8bfe1876457675c58032c42434d5c79956c3 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:20:27 +0200 Subject: [PATCH] fix the place of the thing --- hosts/sisyphe/features/services/akkoma.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 4aac0e6..0b885fd 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -70,12 +70,9 @@ in package = pkgs.runCommand "akkoma-fe" { - config = { - nativeBuildInputs = with pkgs; [ - xorg.lndir - ]; - - }; + nativeBuildInputs = with pkgs; [ + xorg.lndir + ]; } '' mkdir $out