mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
added dist file
This commit is contained in:
parent
194e9fd7a7
commit
08505b3933
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ let
|
|||
akkoma-overlay = self: super: {
|
||||
akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
|
||||
postInstall = ''
|
||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||
cp ${tosFile} $out/static/terms-of-service.html
|
||||
cp ${themeSrc} $out/dist/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes
|
||||
cp ${tosFile} $out/dist/static/terms-of-service.html
|
||||
'';
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue