Fix scripts
parent
3fdd805ba3
commit
dd7730690e
|
@ -30,7 +30,8 @@ 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 = ''
|
||||||
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.";
|
description = "The haskell script that creates the new post of the day.";
|
||||||
startAt = "08:12:42";
|
startAt = "08:12:42";
|
||||||
script = ''
|
script = ''
|
||||||
nix run .#generateSealPosts
|
cd ${PROJECT_ROOT}/cutesealfanpage.love
|
||||||
|
${pkgs.nix}/bin/nix run .#generateSealPosts
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue