castnow: expose at top level

This is an application, so should be at the top level and not exposed
only via the language it's implemented in.
This commit is contained in:
Alyssa Ross 2020-08-19 21:10:36 +00:00
parent a378ae61e2
commit 9216b44df2
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -896,6 +896,8 @@ in
calls = callPackage ../applications/networking/calls { };
inherit (nodePackages) castnow;
certigo = callPackage ../tools/admin/certigo { };
catcli = python3Packages.callPackage ../tools/filesystems/catcli { };