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.
6 lines
54 B
Nix
6 lines
54 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
pkgs.callPackage ./package.nix { }
|