1
1
Fork 0

Getting prereqs in Path

Bill Ewanick 2023-09-20 01:20:44 -04:00
parent 2d9612bb03
commit 8a3c1ea61e
1 changed files with 5 additions and 1 deletions

View File

@ -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";