diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index ef757d3..a8563f0 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -30,6 +30,7 @@ in enable = true; description = "The hakyll executable that rebuilds the site when a new blog post is created."; script = '' + cd ${PROJECT_ROOT} nix run .#hakyll-site -- watch --no-server ''; }; @@ -39,6 +40,7 @@ in description = "The haskell script that creates the new post of the day."; startAt = "08:12:42"; script = '' + cd ${PROJECT_ROOT} nix run .#generateSealPosts ''; };