1
1
Fork 0

Fix scripts

Bill Ewanick 2023-08-09 19:15:26 -04:00
parent 3fdd805ba3
commit 253a37e09e
1 changed files with 2 additions and 0 deletions

View File

@ -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
'';
};