Fix scripts
parent
3fdd805ba3
commit
253a37e09e
|
@ -30,6 +30,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
|
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
|
||||||
script = ''
|
script = ''
|
||||||
|
cd ${PROJECT_ROOT}
|
||||||
nix run .#hakyll-site -- watch --no-server
|
nix run .#hakyll-site -- watch --no-server
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -39,6 +40,7 @@ in
|
||||||
description = "The haskell script that creates the new post of the day.";
|
description = "The haskell script that creates the new post of the day.";
|
||||||
startAt = "08:12:42";
|
startAt = "08:12:42";
|
||||||
script = ''
|
script = ''
|
||||||
|
cd ${PROJECT_ROOT}
|
||||||
nix run .#generateSealPosts
|
nix run .#generateSealPosts
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue