From 6e6a0c977f052890a60383726db4c339d8dac03e Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 14:12:38 +0200 Subject: [PATCH] this syntax does not work --- hosts/sisyphe/features/services/akkoma.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 62a2a4d..ca86fff 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -29,9 +29,9 @@ let akkoma-overlay = self: super: { akkoma = super.akkoma.overrideAttrs (old: { postPatch = '' - cp $themeSrc $out/priv/static/themes/${theme}.json + 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 ${tosFile} $out/priv/static/terms-of-service.html ''; buildInputs = old.buildInputs ++ [