diff options
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/feeds/module.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index db5e94b3..fa7f61a0 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix | |||
@@ -18,9 +18,10 @@ let | |||
18 | ''; | 18 | ''; |
19 | 19 | ||
20 | notmuchCallbacks = pkgs.writeText "imm-callbacks-${config.home.username}.dhall" '' | 20 | notmuchCallbacks = pkgs.writeText "imm-callbacks-${config.home.username}.dhall" '' |
21 | { _executable = "${immNotmuchInsert}/bin/imm-notmuch-insert" | 21 | [ { _executable = "${immNotmuchInsert}/bin/imm-notmuch-insert" |
22 | , _arguments = [] : List Text | 22 | , _arguments = [] : List Text |
23 | } | 23 | } |
24 | ] | ||
24 | ''; | 25 | ''; |
25 | 26 | ||
26 | immNotmuchInsert = pkgs.stdenv.mkDerivation rec { | 27 | immNotmuchInsert = pkgs.stdenv.mkDerivation rec { |