Super simple flake input vendoring
Find a file
2025-07-25 23:45:21 +02:00
.gitignore init 2025-07-25 23:45:21 +02:00
flake.lock init 2025-07-25 23:45:21 +02:00
flake.nix init 2025-07-25 23:45:21 +02:00
flendor init 2025-07-25 23:45:21 +02:00
package.nix init 2025-07-25 23:45:21 +02:00
README.md init 2025-07-25 23:45:21 +02:00

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"
  }
}