From 8ab46b771946dcd51bc6886e598fe278bc44372c Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 8 Oct 2023 12:41:03 -0400 Subject: [PATCH] Small fix --- nixos-apps/fancytypist.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 4e507e5..8617aef 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let - PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/fancytypist.dev"; + PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/fancyTypist.dev"; PORT = "12513"; HOST = "localhost"; in