From 69f0dcbd66f02187323fe3100c4eae99852df7bf Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 27 Apr 2026 22:31:02 -0500 Subject: [PATCH] fix(build123d): fix an incorrect project-templates flake input url --- build123d/template/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build123d/template/flake.nix b/build123d/template/flake.nix index 4ad395d..f0bdc6f 100644 --- a/build123d/template/flake.nix +++ b/build123d/template/flake.nix @@ -7,7 +7,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; project-templates = { - url = "path:///home/reed/code/project-templates"; + url = "git+ssh://gitea@git.krantz.one/reed/project-templates"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-parts.follows = "flake-parts"; };