Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 12, 2023
2 parents 4a503bd + dca9e50 commit 615b733
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 615b733

Please sign in to comment.