mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
since this is purely a legacy concern (both default.nix and shell.nix), we avoid to include the flake-compat as a flake input. (even though unused inputs are lazily fetched - for style & clarity)
5 lines
115 B
Nix
5 lines
115 B
Nix
{ kubenix ? (import ./.. { }).default }:
|
|
|
|
{
|
|
nginx-deployment = import ./nginx-deployment { inherit kubenix; };
|
|
}
|