summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-09-04 22:32:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-09-04 22:32:50 +0200
commitcc5208824a76f0a80bf7039ce3c83186209fdb3c (patch)
tree4eacc0850ce6e650591bc209ffcff4c94a279175 /user-profiles
parentc03df807ff2077121c5c269450a5a083433ded9a (diff)
downloadnixos-cc5208824a76f0a80bf7039ce3c83186209fdb3c.tar
nixos-cc5208824a76f0a80bf7039ce3c83186209fdb3c.tar.gz
nixos-cc5208824a76f0a80bf7039ce3c83186209fdb3c.tar.bz2
nixos-cc5208824a76f0a80bf7039ce3c83186209fdb3c.tar.xz
nixos-cc5208824a76f0a80bf7039ce3c83186209fdb3c.zip
feeds: ...
Diffstat (limited to 'user-profiles')
-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 };