Super simple flake input vendoring
.gitignore | ||
flake.lock | ||
flake.nix | ||
flendor | ||
package.nix | ||
README.md |
flendor
Super simple flake input vendoring.
Example flendor.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"
}
}