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"; };