depot/nix/pkgs/lightspeed/default.nix

7 lines
214 B
Nix
Raw Normal View History

2021-01-04 15:05:32 +00:00
{ pkgs, ... }@args:
{
lightspeed-ingest = pkgs.callPackage ./lightspeed-ingest { };
2021-01-04 15:05:46 +00:00
lightspeed-webrtc = pkgs.callPackage ./lightspeed-webrtc { };
2021-01-04 15:05:55 +00:00
lightspeed-react = pkgs.callPackage ./lightspeed-react { };
2021-01-04 15:05:32 +00:00
}