Get more specific with detectors type...

This commit is contained in:
niten 2023-11-26 16:46:15 -08:00
parent 38cd82a152
commit db3a099d34
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ in {
}; };
detectors = mkOption { detectors = mkOption {
type = attrsOf (attrsOf any); type = attrsOf (attrsOf str);
default = { }; default = { };
}; };