From 7484900126cea153eaf41a53ad0f28fcdf50ced2 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Fri, 11 Aug 2023 15:19:26 -0400 Subject: [PATCH] Try hardcoded locations --- nixos-apps/cutesealfanpage.love.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 0cf75b5..5fe0b48 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let - PROJECT_ROOT = builtins.toString ./.; + PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps"; in { services.caddy = {