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