{ pkgs, ... }@args:
{
lightspeed-ingest = pkgs.callPackage ./lightspeed-ingest { };
lightspeed-webrtc = pkgs.callPackage ./lightspeed-webrtc { };
}