mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(modules): use _m instead of _module as _module is removed in eval
This commit is contained in:
parent
ce55ddead6
commit
493d7e04df
5 changed files with 18 additions and 18 deletions
|
|
@ -44,6 +44,6 @@ with lib;
|
|||
args._empty = mkOption {};
|
||||
};
|
||||
|
||||
config._module.features = ["submodule"];
|
||||
config._module.args.args = config.submodule.args;
|
||||
config._m.features = ["submodule"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue