summaryrefslogtreecommitdiff
path: root/user-profiles/feeds/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/feeds/module.nix')
-rw-r--r--user-profiles/feeds/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix
index 9a0aceba..cec0ffcb 100644
--- a/user-profiles/feeds/module.nix
+++ b/user-profiles/feeds/module.nix
@@ -106,7 +106,7 @@ in {
106 if [[ -v VERBOSE ]]; then 106 if [[ -v VERBOSE ]]; then
107 NOTMUCH_VERBOSE_ARG="--verbose" 107 NOTMUCH_VERBOSE_ARG="--verbose"
108 fi 108 fi
109 NOTMUCH_CONFIG=${configPath} $DRY_RUN_CMD ${pkgs.notmuch}/bin/notmuch $NOTMUCH_VERBOSE_ARG new 109 NOTMUCH_CONFIG=${configPath} $DRY_RUN_CMD ${pkgs.notmuch}/bin/notmuch new $NOTMUCH_VERBOSE_ARG
110 fi 110 fi
111 ''; 111 '';
112 }; 112 };