try with postInstall

This commit is contained in:
kity 2025-08-07 18:25:02 +02:00
parent 7f485371d4
commit c2de3f7cff

View file

@ -28,8 +28,8 @@ let
'';
akkoma-overlay = self: super: {
akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
postPatch = ''
${old.postPatch}
postInstall = ''
${old.postInstall}
cp ${themeSrc} $out/static/themes/${theme}.json
cp ${pkgs.writeText "styles.json" styles} $out/static/themes