From 7b45af25f18cbb24a9be3a37bee2a7b0781fdb4c Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:19:28 +0200 Subject: [PATCH] remove duplicated thing --- 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 8d8ce24..4aac0e6 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -79,7 +79,7 @@ in } '' mkdir $out - lndir ${pkgs.akkoma-fe.akkoma-fe} $out + lndir ${pkgs.akkoma-fe} $out cp ${themeSrc} $out/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} $out/static/themes