mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +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
|
|
@ -10,13 +10,13 @@ with lib;
|
|||
default = "kubenix";
|
||||
};
|
||||
|
||||
_module.features = mkOption {
|
||||
_m.features = mkOption {
|
||||
description = "List of features exposed by module";
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
};
|
||||
|
||||
_module.propagate = mkOption {
|
||||
_m.propagate = mkOption {
|
||||
description = "Module propagation options";
|
||||
type = types.listOf (types.submodule ({config, ...}: {
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue