mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
5 lines
105 B
Nix
5 lines
105 B
Nix
{ kubenix ? import ./.. { } }:
|
|
|
|
{
|
|
nginx-deployment = import ./nginx-deployment { inherit kubenix; };
|
|
}
|