From b03cbcf51ebf859daaacbf81b82b875c40228eb7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 18 Aug 2025 22:34:46 +0200 Subject: update sources & override blog inputs (so that it can strip metadata) --- flora/services/blog.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flora/services/blog.nix') diff --git a/flora/services/blog.nix b/flora/services/blog.nix index e8335b1..9a9339c 100644 --- a/flora/services/blog.nix +++ b/flora/services/blog.nix @@ -39,7 +39,9 @@ in services.nginx.virtualHosts."stuebinm.eu" = { enableACME = true; forceSSL = true; - locations."/".root = import inputs.blog { inherit pkgs; }; + locations."/".root = (import inputs.blog { inherit pkgs; }).overrideAttrs (old: { + buildInputs = old.buildInputs ++ [ pkgs.exiftool ]; + }); locations."/bookshelf/".alias = "${gtfsBooks.outPath}/"; }; } -- cgit v1.2.3