From 194e9fd7a7cc19ef048e545da3ac5429519cf239 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 18:26:14 +0200 Subject: [PATCH] theres no postInstall --- hosts/sisyphe/features/services/akkoma.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 89e1558..96c2714 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -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