diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-29 12:43:45 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-29 12:43:45 -0600 |
| commit | 6fcb76423a96bca42520cf80b945a193d2a4c377 (patch) | |
| tree | 53d7446edf952e218e308bce81b0f42799bd292e /README.md | |
| parent | cbf34860750f6ea8447549c688586e593a596118 (diff) | |
| download | hm-reposync-master.tar.xz hm-reposync-master.zip | |
use git:// instead of git+https:// protocol in README example since shallow clones arent functional under httpsHEADmaster
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ In `flake.nix` (home-manager as NixOS module in this example): inputs.nixpkgs.follows = "nixpkgs"; }; reposync = { - url = "git+https://git.tjkeller.xyz/hm-reposync"; + url = "git://git.tjkeller.xyz/hm-reposync"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |
