From c2de3f7cffe2999f7b0a6830a8fb2a77dce26879 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 18:25:02 +0200 Subject: [PATCH] try with postInstall --- hosts/sisyphe/features/services/akkoma.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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