Getting prereqs in Path
parent
2d9612bb03
commit
0578b3e02d
|
@ -21,9 +21,13 @@ in
|
||||||
cutesealfanpage-hakyll-site = {
|
cutesealfanpage-hakyll-site = {
|
||||||
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.";
|
||||||
|
path = with pkgs; [
|
||||||
|
nix
|
||||||
|
git
|
||||||
|
];
|
||||||
script = ''
|
script = ''
|
||||||
cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love
|
cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love
|
||||||
nix run .#hakyll-site
|
nix run .#hakyll-site -- watch --no-server
|
||||||
'';
|
'';
|
||||||
# serviceConfig = {
|
# serviceConfig = {
|
||||||
# ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site";
|
# ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site";
|
||||||
|
|
Loading…
Reference in New Issue