From 4ec94283700f6e3f9d9d6718e44d2fcf92d23e51 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 17:54:15 +0200 Subject: [PATCH] tried another path --- hosts/sisyphe/features/services/akkoma.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 63b811b..6aa5a06 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -31,10 +31,10 @@ let 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 + mkdir -p $out/static/themes + cp ${themeSrc} $out/static/themes/${theme}.json + cp ${pkgs.writeText "styles.json" styles} $out/static/themes + cp ${tosFile} $out/static/terms-of-service.html ''; buildInputs = old.buildInputs ++ [