Get more specific with detectors type...
This commit is contained in:
parent
38cd82a152
commit
db3a099d34
|
@ -127,7 +127,7 @@ in {
|
|||
};
|
||||
|
||||
detectors = mkOption {
|
||||
type = attrsOf (attrsOf any);
|
||||
type = attrsOf (attrsOf str);
|
||||
default = { };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue