mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(submodule): pass submodule args as argument to submodule modules
This commit is contained in:
parent
0c5e0d3a10
commit
db5ee88274
1 changed files with 3 additions and 0 deletions
|
|
@ -34,7 +34,10 @@ with lib;
|
||||||
default = {};
|
default = {};
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
args._empty = mkOption {};
|
||||||
};
|
};
|
||||||
|
|
||||||
config._module.features = ["submodule"];
|
config._module.features = ["submodule"];
|
||||||
|
config._module.args.args = config.submodule.args;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue