From 72f23837e37d2d6cd22751dafb75e0d55e6c3e24 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 23 Sep 2023 13:43:51 -0400 Subject: [PATCH] Strings is better, impurity doesn't work for this Impurity being --impure flag --- nixos-apps/cutesealfanpage.love.nix | 2 +- nixos-apps/ewanick.com.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 47c57fd..58a9aad 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -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 = { diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 8780d25..6f4f983 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -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