mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
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
Block a user