file wont be created

This commit is contained in:
kity 2025-08-07 17:41:27 +02:00
parent d9db3909c0
commit ebdd3dccf5

View file

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