mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
theres no postInstall
This commit is contained in:
parent
c2de3f7cff
commit
194e9fd7a7
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ let
|
|||
akkoma-overlay = self: super: {
|
||||
akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
|
||||
postInstall = ''
|
||||
${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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue