1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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.