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-overlay = self: super: {
akkoma-fe = super.akkoma-fe.overrideAttrs (old: { akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
postPatch = '' postInstall = ''
${old.postPatch} ${old.postInstall}
cp ${themeSrc} $out/static/themes/${theme}.json cp ${themeSrc} $out/static/themes/${theme}.json
cp ${pkgs.writeText "styles.json" styles} $out/static/themes cp ${pkgs.writeText "styles.json" styles} $out/static/themes