secrets: allow lists in types

This commit is contained in:
Bruno BELANYI 2021-08-30 15:34:52 +02:00
parent 7032ddef37
commit 2049e7a2c5

View file

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