chore!: use https urls for private flake inputs

This commit is contained in:
2026-05-07 15:16:21 -05:00
parent dcbc45ff0a
commit f62e56552b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -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";
};