mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
file wont be created
This commit is contained in:
parent
d9db3909c0
commit
ebdd3dccf5
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ let
|
|||
akkoma = super.akkoma.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
${old.postPatch}
|
||||
|
||||
mkdir -p priv/static/themes
|
||||
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