From ebdd3dccf56a4c3091ca867737a4cb652496375e Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 17:41:27 +0200 Subject: [PATCH] file wont be created --- hosts/sisyphe/features/services/akkoma.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 376624a..63b811b 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -30,6 +30,8 @@ let akkoma = super.akkoma.overrideAttrs (old: { postPatch = '' ${old.postPatch} + + mkdir -p priv/static/themes cp ${themeSrc} priv/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} priv/static/themes cp ${tosFile} priv/static/terms-of-service.html