1
1
Fork 0

Strings is better, impurity doesn't work for this

Impurity being --impure flag
main
Bill Ewanick 2023-09-23 13:43:51 -04:00
parent 6a5514c2ee
commit 72f23837e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
PROJECT_ROOT = /workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love;
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/cutesealfanpage.love";
in
{
services.caddy = {

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
PROJECT_ROOT = /workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com;
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
PORT = "5567";
HOST = "localhost";
in