mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
needed file isnt created?
This commit is contained in:
parent
6e6a0c977f
commit
211e10c0ee
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ let
|
|||
akkoma-overlay = self: super: {
|
||||
akkoma = super.akkoma.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
mkdir -p $out/priv/static/themes
|
||||
|
||||
cp ${themeSrc} $out/priv/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
||||
cp ${tosFile} $out/priv/static/terms-of-service.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue