From 697929e8d4591288f7a319f0e8d5b41bea54b5b7 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Thu, 21 Sep 2023 15:48:04 -0400 Subject: [PATCH] Build the site first, just in case --- nixos-apps/cutesealfanpage.love.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index e9040a1..a46a0d5 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -10,6 +10,7 @@ in "cutesealfanpage.love" = { serverAliases = [ "www.cutesealfanpage.love" ]; extraConfig = '' + nix run .#hakyll-site -- build root * ${PROJECT_ROOT}/_site file_server '';