feat(packages): add omniroute package
Some checks failed
CI / check (push) Has been cancelled

Add OmniRoute v3.8.28 - a unified AI router aggregating 160+ providers
with auto fallback, MCP/A2A support, and OpenAI-compatible APIs.

Uses a hybrid approach: GitHub source for dependency resolution via
fetchNpmDeps, combined with pre-built dist/ from the npm tarball to
avoid the complex Next.js build in the Nix sandbox.
This commit is contained in:
2026-06-19 09:39:05 +03:00
parent 744d2419e6
commit 6afcc00165
3 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }