From d22840eb0a14d99fddc6d29493fdff9c5bd3ea1c Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 18:06:05 +0200 Subject: [PATCH] akkoma fe is a separate package --- hosts/sisyphe/features/services/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 6aa5a06..de8ff4b 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -27,7 +27,7 @@ let } ''; akkoma-overlay = self: super: { - akkoma = super.akkoma.overrideAttrs (old: { + akkoma-fe = super.akkoma-fe.overrideAttrs (old: { postPatch = '' ${old.postPatch}