From 211e10c0ee07ecb1a1891994ab8b268c156b7fb9 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 14:14:15 +0200 Subject: [PATCH] needed file isnt 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 ca86fff..82c34ab 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -29,6 +29,8 @@ let akkoma-overlay = self: super: { akkoma = super.akkoma.overrideAttrs (old: { postPatch = '' + mkdir -p $out/priv/static/themes + cp ${themeSrc} $out/priv/static/themes/${theme}.json cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes cp ${tosFile} $out/priv/static/terms-of-service.html