From 1101e66b7aad1a9a96c16956cd7b296524dbbe8e Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Fri, 11 Aug 2023 20:35:21 -0400 Subject: [PATCH] Remove old script, move to serviceConfig.ExecStart --- nixos-apps/cutesealfanpage.love.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 44c4a79..cbf363e 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -24,10 +24,6 @@ in serviceConfig = { ExecStart = "cd /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love; ./hakyll-site"; }; - # script = '' - # cd ${PROJECT_ROOT}/cutesealfanpage.love - # ${pkgs.nix}/bin/nix run .#hakyll-site -- watch --no-server - # ''; }; cutesealfanpage-generatePosts = {