secrets: allow lists in types

This commit is contained in:
Bruno BELANYI 2021-08-30 15:34:52 +02:00
parent 77cf3430ae
commit fd526b674b

View file

@ -20,6 +20,7 @@ throwOnCanary {
int int
str str
(attrsOf valueType) (attrsOf valueType)
(listOf valueType)
]; ];
in in
valueType; valueType;