From 350a8bb4fded7bdec81ca85acb76863b84d6fbfd Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:18:35 +0200 Subject: [PATCH] fixed depreciation warning --- 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 753655b..8d8ce24 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-frontends.akkoma-fe} $out + lndir ${pkgs.akkoma-fe.akkoma-fe} $out cp ${themeSrc} $out/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} $out/static/themes