summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2022-12-04 15:38:07 +0100
committerGitHub <noreply@github.com>2022-12-04 15:38:07 +0100
commite2c00264d2fd257ebe717d03e9878c4749d02c3c (patch)
tree21f339708d9c26219876264f8e721f9181aebfc2 /pkgs/top-level
parente1185ea0965ac7a3e7c12f0a58c21d6cd255ced9 (diff)
parent6dd5d4a5d211e67b7f04f4239783d933032fc2e7 (diff)
Merge pull request #201203 from archer-65/add/notmuch-mailmover
notmuch-mailmover: init at 0.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 15ba917757b2c..ccc2af736b01b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -31041,6 +31041,8 @@ with pkgs;
     pythonPackages = python3Packages;
   };
 
+  notmuch-mailmover = callPackage ../applications/networking/mailreaders/notmuch/notmuch-mailmover.nix { };
+
   notejot = callPackage ../applications/misc/notejot { };
 
   notmuch-mutt = callPackage ../applications/networking/mailreaders/notmuch/mutt.nix { };