From ca4f22be85bcc1fdc086e72c3104f1c747910f27 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 17 Jul 2019 10:02:35 +0200 Subject: [PATCH] mbsync: use full path to mu in example --- modules/services/mbsync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/mbsync.nix b/modules/services/mbsync.nix index 5c994cc6b..a78975368 100644 --- a/modules/services/mbsync.nix +++ b/modules/services/mbsync.nix @@ -71,7 +71,7 @@ in postExec = mkOption { type = types.nullOr types.str; default = null; - example = "mu index"; + example = "\${pkgs.mu}/bin/mu index"; description = '' An optional command to run after mbsync executes successfully. This is useful for running mailbox indexing tools.