summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-22 17:52:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-22 17:52:10 +0200
commit148b484c2e93077c937be8a55819c3e030e6fb49 (patch)
treecbb0c8760dd6f9b763b17921f2966223971147d3 /shell.nix
parent1174606b523c01cfac2edf38644d3d73cd039f7b (diff)
Rewrite to use notmuch as backend
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index df41ddf..26c81fc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -21,6 +21,7 @@ pkgs.mkShell {
openssl
pkgconfig
ncurses
+ notmuch
];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
}