needed file isnt created?

This commit is contained in:
kity 2025-08-07 14:14:15 +02:00
parent 6e6a0c977f
commit 211e10c0ee

View file

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