From 1b61750dcf080ba6d77193c2cf047f2a55431f39 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 17:34:11 +0200 Subject: [PATCH] tried removing out var --- hosts/sisyphe/features/services/akkoma.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index fb14711..73b5c85 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -28,12 +28,11 @@ let ''; akkoma-overlay = self: super: { akkoma = super.akkoma.overrideAttrs (old: { - postPatch = '' - mkdir -p $out/priv/static/themes + postPatch = old.postPatch ++ '' - 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 + cp ${themeSrc} priv/static/themes/${theme}.json + cp ${pkgs.writeText "styles.json" styles} priv/static/themes + cp ${tosFile} priv/static/terms-of-service.html ''; buildInputs = old.buildInputs ++ [