diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 4ef6a7a..8b6ea33 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -21,9 +21,13 @@ in cutesealfanpage-hakyll-site = { enable = true; description = "The hakyll executable that rebuilds the site when a new blog post is created."; + path = [ + nix + git + ]; script = '' cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love - nix run .#hakyll-site + nix run .#hakyll-site -- watch --no-server ''; # serviceConfig = { # ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site";