does it work if i rm things?

This commit is contained in:
kity 2025-08-07 19:31:57 +02:00
parent c396982ef3
commit 3b5a637ec4

View file

@ -79,6 +79,7 @@ in
lndir ${pkgs.akkoma-fe} $out
cp ${themeSrc} $out/static/themes/${theme}.json
rm $out/static/styles.json
cp ${pkgs.writeText "styles.json" styles} $out/static/styles.json
rm $out/static/terms-of-service.html
cp ${tosFile} $out/static/terms-of-service.html