kubenix/docs/content/examples/default.nix

5 lines
78 B
Nix
Raw Normal View History

2022-08-29 02:04:47 -04:00
{
2023-07-07 22:01:34 -04:00
deployment = import ./deployment { };
testing = import ./testing { };
2022-08-29 02:04:47 -04:00
}