From d3e316eec5de4b81be5975815c17de7c0dddec83 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 10 Sep 2019 15:01:47 -0400 Subject: [PATCH] imapnotify: pkgs.mbsync -> pkgs.isync --- modules/services/imapnotify-accounts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/imapnotify-accounts.nix b/modules/services/imapnotify-accounts.nix index 75b3ecd1..1c780bf2 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."; };