From 2f3caf85623eb4ea7f94cd67534cb42e73349c4f Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Thu, 7 May 2026 15:17:47 -0500 Subject: [PATCH] chore: use https urls for private flake inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 76f4f37..8e16bc1 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; project-templates = { - url = "git+ssh://gitea@git.krantz.one/reed/project-templates"; + url = "git+https://git.krantz.one/reed/project-templates"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-parts.follows = "flake-parts"; };