1
1
Fork 0

Fix scripts

main
Bill Ewanick 2023-08-09 19:15:26 -04:00
parent a61e5e6b68
commit 9b01406ed1
1 changed files with 4 additions and 2 deletions

View File

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