From 7f485371d4f83b046a141aa2a081f6c36e9b1393 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 18:22:15 +0200 Subject: [PATCH] fixed path again --- hosts/sisyphe/features/services/akkoma.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 33bf3d0..6a476eb 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -31,9 +31,9 @@ let postPatch = '' ${old.postPatch} - cp ${themeSrc} $out/dist/static/themes/${theme}.json - cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes - cp ${tosFile} $out/dist/static/terms-of-service.html + cp ${themeSrc} $out/static/themes/${theme}.json + cp ${pkgs.writeText "styles.json" styles} $out/static/themes + cp ${tosFile} $out/static/terms-of-service.html ''; });