From f62e56552b24b8a4eeb1f2e041117e8d49b00e97 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Thu, 7 May 2026 15:16:21 -0500 Subject: [PATCH] chore!: use https urls for private flake inputs --- cad/template/flake.nix | 2 +- rust/template/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/template/flake.nix b/cad/template/flake.nix index 25b4f8b..3787970 100644 --- a/cad/template/flake.nix +++ b/cad/template/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"; }; diff --git a/rust/template/flake.nix b/rust/template/flake.nix index 5225f09..3858eed 100644 --- a/rust/template/flake.nix +++ b/rust/template/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"; };