mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
try with postInstall
This commit is contained in:
parent
7f485371d4
commit
c2de3f7cff
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ let
|
|||
'';
|
||||
akkoma-overlay = self: super: {
|
||||
akkoma-fe = super.akkoma-fe.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
${old.postPatch}
|
||||
postInstall = ''
|
||||
${old.postInstall}
|
||||
|
||||
cp ${themeSrc} $out/static/themes/${theme}.json
|
||||
cp ${pkgs.writeText "styles.json" styles} $out/static/themes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue