From 7c39ebf750ccf6598d4a63481fb021e7b5217e86 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 27 Jan 2022 01:08:07 +0100 Subject: flora: remove last bit of impure evaluation --- flora/services/blog.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flora/services') diff --git a/flora/services/blog.nix b/flora/services/blog.nix index 056a63b..0111f8f 100644 --- a/flora/services/blog.nix +++ b/flora/services/blog.nix @@ -4,6 +4,6 @@ services.nginx.virtualHosts."stuebinm.eu" = { enableACME = true; forceSSL = true; - locations."/".root = (import inputs.blog); + locations."/".root = import inputs.blog { inherit pkgs; }; }; } -- cgit v1.2.3