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:
parent
a378ae61e2
commit
9216b44df2
|
@ -896,6 +896,8 @@ in
|
|||
|
||||
calls = callPackage ../applications/networking/calls { };
|
||||
|
||||
inherit (nodePackages) castnow;
|
||||
|
||||
certigo = callPackage ../tools/admin/certigo { };
|
||||
|
||||
catcli = python3Packages.callPackage ../tools/filesystems/catcli { };
|
||||
|
|
Loading…
Reference in New Issue