mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
dist does not exists
This commit is contained in:
parent
08505b3933
commit
bf56f19574
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/dist/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes
|
||||
cp ${tosFile} $out/dist/static/terms-of-service.html
|
||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||
cp ${tosFile} $out/static/terms-of-service.html
|
||||
'';
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue