fixup svd: also accept boolean in extraConfig

This commit is contained in:
Zhaofeng Li 2022-09-24 21:05:20 +00:00
parent edb3247477
commit 82c42b36c0

View file

@ -69,7 +69,7 @@ let
description = lib.mdDoc ''
Extra structured configurations to add to the [program:x] section.
'';
type = types.attrsOf types.str;
type = types.attrsOf (types.either types.str types.bool);
default = {};
};
};