mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
8 lines
149 B
Nix
8 lines
149 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
}: {
|
|
k8s = import ./k8s {inherit lib;};
|
|
docker = import ./docker {inherit lib pkgs;};
|
|
helm = import ./helm {inherit pkgs;};
|
|
}
|