From f9b7808a0e97ac479252f16c64bedda616006909 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 22 May 2023 16:44:02 +0200 Subject: [PATCH] Add notmuch to objprog shell --- shells/objectgericht-project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index e1049269..35e52201 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -4,7 +4,7 @@ openssl maven (openjdk17.override { enableJavaFX = true; }) - (python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ])) + (python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ])) ]; commands = [ {