dist does not exists

This commit is contained in:
kity 2025-08-07 19:03:04 +02:00
parent 08505b3933
commit bf56f19574

View file

@ -29,9 +29,9 @@ let
akkoma-overlay = self: super: { akkoma-overlay = self: super: {
akkoma-fe = super.akkoma-fe.overrideAttrs (old: { akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
postInstall = '' postInstall = ''
cp ${themeSrc} $out/dist/static/themes/${theme}.json cp ${themeSrc} $out/static/themes/${theme}.json
cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes cp ${pkgs.writeText "styles.json" styles} $out/static/themes
cp ${tosFile} $out/dist/static/terms-of-service.html cp ${tosFile} $out/static/terms-of-service.html
''; '';
}); });