mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
fix(module): pass module name to module
This commit is contained in:
parent
4b8b505124
commit
83643b0c75
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ let
|
||||||
mkModuleOptions = moduleDefinition: module:
|
mkModuleOptions = moduleDefinition: module:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
_file = "${module.name}";
|
||||||
_module.args.k8s = k8s;
|
_module.args.k8s = k8s;
|
||||||
}
|
}
|
||||||
(import ./kubernetes.nix {
|
(import ./kubernetes.nix {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue