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 { configuration = mkOption {
type = types.nullOr types.attrs; type = types.nullOr types.attrs;
default = null; default = null;
example = literalExample '' example = literalExpression ''
{ {
providers = { providers = {
twilio = { twilio = {