modules/sops/templates: isCoercibleToString -> isConvertibleWithToString

834f0d660a
This commit is contained in:
zowoq 2023-08-12 12:05:04 +10:00 committed by Jörg Thalheim
parent c36df4fe4b
commit dca9e50fe3

View file

@ -67,7 +67,7 @@ in {
type = attrsOf (mkOptionType {
name = "coercibleToString";
description = "value that can be coerced to string";
check = strings.isCoercibleToString;
check = strings.isConvertibleWithToString;
merge = mergeEqualOption;
});
default = { };