consistently use tarball urls in documentation

otherwise users not using our templates will find themselves missing
git.
This commit is contained in:
Jörg Thalheim
2025-08-04 11:20:14 +02:00
parent ff7b49be5f
commit d51d656391
5 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ If you used `clan-core` as an input attribute for your flake:
```nix
# ↓ module.input = "clan-core"
inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core"
inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
```
## Simplified Example