20 lines
717 B
Markdown
20 lines
717 B
Markdown
# flendor
|
|
|
|
Super simple flake input vendoring.
|
|
|
|
Example `flendor.json`:
|
|
|
|
```json
|
|
{
|
|
"vendor": "vendor",
|
|
"flakes": {
|
|
"musicomp": "git+https://forgejo.helveticanonstandard.net/helvetica/musicomp.git",
|
|
"hxwrap": "git+https://forgejo.helveticanonstandard.net/helvetica/hxwrap.git",
|
|
"myphps": "git+https://forgejo.helveticanonstandard.net/helvetica/myphps.git",
|
|
"forgesync": "git+https://forgejo.helveticanonstandard.net/helvetica/forgesync.git",
|
|
"nini": "git+https://forgejo.helveticanonstandard.net/helvetica/nini.git",
|
|
"xenumenu": "git+https://forgejo.helveticanonstandard.net/helvetica/xenumenu.git",
|
|
"mympv": "git+https://forgejo.helveticanonstandard.net/helvetica/mympv.git"
|
|
}
|
|
}
|
|
```
|