nixos/sachet: replace literalExample with literalExpression

This commit is contained in:
Martin Weinelt 2022-09-30 01:50:43 +02:00 committed by Winter
parent 671fabc93b
commit b76d66b4fd

View file

@ -14,7 +14,7 @@ in
configuration = mkOption {
type = types.nullOr types.attrs;
default = null;
example = literalExample ''
example = literalExpression ''
{
providers = {
twilio = {