mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
5 lines
78 B
Nix
5 lines
78 B
Nix
|
|
{
|
||
|
|
deployment = import ./deployment { };
|
||
|
|
testing = import ./testing { };
|
||
|
|
}
|