From 6bd4c71366604684992ec2542718680c301142dd Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 29 Dec 2025 12:42:00 -0600 Subject: use git:// instead of git+https:// protocol --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 34a867c..c5e22c6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ rec { inputs.nixpkgs.follows = "nixpkgs"; }; reposync = { - url = "git+https://git.tjkeller.xyz/hm-reposync"; + url = "git://git.tjkeller.xyz/hm-reposync"; inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.2.3