mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:06:52 +00:00
10 lines
133 B
Nix
10 lines
133 B
Nix
{
|
|
callPackage,
|
|
lib,
|
|
self,
|
|
}:
|
|
{
|
|
aiopusher = callPackage ./aiopusher { inherit self; };
|
|
bumper = callPackage ./bumper { };
|
|
}
|