this syntax does not work

This commit is contained in:
kity 2025-08-07 14:12:38 +02:00
parent f8953f6afe
commit 6e6a0c977f

View file

@ -29,9 +29,9 @@ let
akkoma-overlay = self: super: { akkoma-overlay = self: super: {
akkoma = super.akkoma.overrideAttrs (old: { akkoma = super.akkoma.overrideAttrs (old: {
postPatch = '' postPatch = ''
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
''; '';
buildInputs = old.buildInputs ++ [ buildInputs = old.buildInputs ++ [