moved correctly the thing

This commit is contained in:
kity 2025-08-07 19:29:45 +02:00
parent daad8bfe18
commit c396982ef3

View file

@ -79,7 +79,8 @@ in
lndir ${pkgs.akkoma-fe} $out lndir ${pkgs.akkoma-fe} $out
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/styles.json
rm $out/static/terms-of-service.html
cp ${tosFile} $out/static/terms-of-service.html cp ${tosFile} $out/static/terms-of-service.html
''; '';
}; };