mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
moved correctly the thing
This commit is contained in:
parent
daad8bfe18
commit
c396982ef3
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ in
|
||||||
lndir ${pkgs.akkoma-fe} $out
|
lndir ${pkgs.akkoma-fe} $out
|
||||||
|
|
||||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
cp ${pkgs.writeText "styles.json" styles} $out/static/styles.json
|
||||||
|
rm $out/static/terms-of-service.html
|
||||||
cp ${tosFile} $out/static/terms-of-service.html
|
cp ${tosFile} $out/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue