Fix scripts
parent
3fdd805ba3
commit
253a37e09e
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue