mbsync: use full path to mu in example

This commit is contained in:
Robert Helgesson
2019-07-17 10:02:35 +02:00
parent c3520bfa52
commit ca4f22be85

View File

@@ -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.