1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-07 09:39:49 +01:00

mbsync: use full path to mu in example

(cherry picked from commit ca4f22be85)
This commit is contained in:
Robert Helgesson 2019-07-17 10:02:35 +02:00
parent 413ac52bed
commit b8bbd242f8
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -71,7 +71,7 @@ in
postExec = mkOption { postExec = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;
default = null; default = null;
example = "mu index"; example = "\${pkgs.mu}/bin/mu index";
description = '' description = ''
An optional command to run after mbsync executes successfully. An optional command to run after mbsync executes successfully.
This is useful for running mailbox indexing tools. This is useful for running mailbox indexing tools.