theres no postInstall

This commit is contained in:
kity 2025-08-07 18:26:14 +02:00
parent c2de3f7cff
commit 194e9fd7a7

View file

@ -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