Skip to content

Commit

Permalink
modules/sops/templates: isCoercibleToString -> isConvertibleWithToString
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and Mic92 committed Aug 12, 2023
1 parent c36df4f commit dca9e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sops/templates/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { };
Expand Down

0 comments on commit dca9e50

Please sign in to comment.