From c94499de60a6dd3256c4c6e974bb7e6c409276eb Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 12:18:58 -0500 Subject: [PATCH] grrr --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ab3dab0..d0ed8e5 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,8 @@ url = "github:nixified-ai/flake"; }; website = { - url = "git+https://git.tfcconnection.org/TFC/tfcconnection"; + # url = "git+https://git.tfcconnection.org/TFC/tfcconnection"; + url = "path:/tfcconnection"; inputs.nixpkgs.follows = "nixpkgs"; }; };