From d9db3909c081d0df9c8f51a666d9f38e161c17d1 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 17:36:40 +0200 Subject: [PATCH] fixed not a list --- hosts/sisyphe/features/services/akkoma.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 73b5c85..376624a 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -28,8 +28,8 @@ let ''; akkoma-overlay = self: super: { akkoma = super.akkoma.overrideAttrs (old: { - postPatch = old.postPatch ++ '' - + postPatch = '' + ${old.postPatch} cp ${themeSrc} priv/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} priv/static/themes cp ${tosFile} priv/static/terms-of-service.html