imapnotify: pkgs.mbsync -> pkgs.isync

This commit is contained in:
Bruno Bigras
2019-09-10 15:01:47 -04:00
committed by Robert Helgesson
parent 45ec65e1cc
commit d3e316eec5

View File

@@ -9,7 +9,7 @@ with lib;
onNotify = mkOption {
type = with types; either str (attrsOf str);
default = "";
example = "\${pkgs.mbsync}/bin/mbsync test-%s";
example = "\${pkgs.isync}/bin/mbsync test-%s";
description = "Shell commands to run on any event.";
};