diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 89e1558..96c2714 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -29,8 +29,6 @@ let akkoma-overlay = self: super: { akkoma-fe = super.akkoma-fe.overrideAttrs (old: { postInstall = '' - ${old.postInstall} - cp ${themeSrc} $out/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} $out/static/themes cp ${tosFile} $out/static/terms-of-service.html