From 3b5a637ec4a57f7b28ecffb211836ba779faf6d2 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:31:57 +0200 Subject: [PATCH] does it work if i rm things? --- hosts/sisyphe/features/services/akkoma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index cd6041f..9c8da07 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -79,6 +79,7 @@ in lndir ${pkgs.akkoma-fe} $out cp ${themeSrc} $out/static/themes/${theme}.json + rm $out/static/styles.json cp ${pkgs.writeText "styles.json" styles} $out/static/styles.json rm $out/static/terms-of-service.html cp ${tosFile} $out/static/terms-of-service.html