mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
modules/sops/templates: isCoercibleToString -> isConvertibleWithToString
834f0d660a
This commit is contained in:
parent
c36df4fe4b
commit
dca9e50fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue