From 83f5ce2aec0f0182fa69bbda30655effaa84c518 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 12 Oct 2021 23:41:55 +0200 Subject: [PATCH] mbsync: add missing `literalExample` --- modules/programs/mbsync-accounts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/mbsync-accounts.nix b/modules/programs/mbsync-accounts.nix index 3f3f2d14..119c7196 100644 --- a/modules/programs/mbsync-accounts.nix +++ b/modules/programs/mbsync-accounts.nix @@ -94,7 +94,7 @@ let extraConfig = mkOption { type = extraConfigType; default = { }; - example = '' + example = literalExample '' { Create = "both"; CopyArrivalDate = "yes";