This commit is contained in:
Lukas Wurzinger 2025-07-25 23:45:21 +02:00
commit 996bcd0fa1
No known key found for this signature in database
6 changed files with 329 additions and 0 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# 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"
}
}
```