fix(clanLib): propagate clanLib into module apply
This commit is contained in:
@@ -403,7 +403,7 @@ in
|
||||
};
|
||||
settings = lib.mkOption {
|
||||
default = { };
|
||||
type = types.uniqueDeferredSerializableModule;
|
||||
type = clanLib.types.uniqueDeferredSerializableModule;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user