diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 6a476eb..89e1558 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -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