mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed not a list
This commit is contained in:
parent
16d00b902b
commit
d9db3909c0
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ let
|
|||
'';
|
||||
akkoma-overlay = self: super: {
|
||||
akkoma = super.akkoma.overrideAttrs (old: {
|
||||
postPatch = old.postPatch ++ ''
|
||||
|
||||
postPatch = ''
|
||||
${old.postPatch}
|
||||
cp ${themeSrc} priv/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} priv/static/themes
|
||||
cp ${tosFile} priv/static/terms-of-service.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue