mbsync: use full path to mu in example
This commit is contained in:
parent
c3520bfa52
commit
ca4f22be85
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue