aboutsummaryrefslogtreecommitdiff
path: root/modules/services/imapnotify-accounts.nix
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2019-09-10 15:01:47 -0400
committerRobert Helgesson <robert@rycee.net>2019-09-11 19:27:04 +0200
commitd3e316eec5de4b81be5975815c17de7c0dddec83 (patch)
treed248ace990a081f82595db1a9e082d5cd2aed7ef /modules/services/imapnotify-accounts.nix
parent45ec65e1cceb6d3434222cd4d94da9dad3d2a234 (diff)
imapnotify: pkgs.mbsync -> pkgs.isync
Diffstat (limited to 'modules/services/imapnotify-accounts.nix')
-rw-r--r--modules/services/imapnotify-accounts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/imapnotify-accounts.nix b/modules/services/imapnotify-accounts.nix
index 75b3ecd1ea5..1c780bf28c3 100644
--- a/modules/services/imapnotify-accounts.nix
+++ b/modules/services/imapnotify-accounts.nix
@@ -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.";
};