Try hardcoded locations
parent
1643aaf283
commit
57dcc0f04b
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
PROJECT_ROOT = builtins.toString ./.;
|
PROJECT_ROOT = "/workspace";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
|
|
Loading…
Reference in New Issue