summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-09-04 22:06:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-09-04 22:06:45 +0200
commitd32b255de407992f52937d193a455b1e1f041039 (patch)
treee909d125a43cabc8bf5da643e3a6cf343883fbd6 /user-profiles
parent2ee136f491d4a19f99a10d68a1f2358b095a9a83 (diff)
downloadnixos-d32b255de407992f52937d193a455b1e1f041039.tar
nixos-d32b255de407992f52937d193a455b1e1f041039.tar.gz
nixos-d32b255de407992f52937d193a455b1e1f041039.tar.bz2
nixos-d32b255de407992f52937d193a455b1e1f041039.tar.xz
nixos-d32b255de407992f52937d193a455b1e1f041039.zip
...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/feeds/module.nix7
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 {