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 --- .gitignore | 1 + flake.lock | 2 +- flora/services/blog.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 80c8890..23174db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ result secrets.nix +.deploy-gc diff --git a/flake.lock b/flake.lock index f6d2217..1300cd9 100644 --- a/flake.lock +++ b/flake.lock @@ -15,7 +15,7 @@ "blog": { "flake": false, "locked": { - "narHash": "sha256-k+WltwE5qOjVki42V2vm/9EydrwkSKg2UeigkfOik0c=", + "narHash": "sha256-dNY2Y7BSindYcm1M3pO+m25voAes8jpy+CbOYhw0DP8=", "path": "/home/stuebinm/Dokumente/blog", "type": "path" }, 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