fixed not a list

This commit is contained in:
kity 2025-08-07 17:36:40 +02:00
parent 16d00b902b
commit d9db3909c0

View file

@ -28,8 +28,8 @@ let
''; '';
akkoma-overlay = self: super: { akkoma-overlay = self: super: {
akkoma = super.akkoma.overrideAttrs (old: { akkoma = super.akkoma.overrideAttrs (old: {
postPatch = old.postPatch ++ '' postPatch = ''
${old.postPatch}
cp ${themeSrc} priv/static/themes/${theme}.json cp ${themeSrc} priv/static/themes/${theme}.json
cp ${pkgs.writeText "styles.json" styles} priv/static/themes cp ${pkgs.writeText "styles.json" styles} priv/static/themes
cp ${tosFile} priv/static/terms-of-service.html cp ${tosFile} priv/static/terms-of-service.html