about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-04-24 05:12:15 +0000
committerGitHub <noreply@github.com>2023-04-24 05:12:15 +0000
commitb03ac42b0734da3e7be9bf8d94433a5195734b19 (patch)
tree94f611e86ced04cedd942121da188c8847eee6f0 /pkgs/top-level
parent8669061b613747787d8bf25e30f87ccb9f619ed8 (diff)
parent26ecc0c359f627cdf7b3a0e8b13f4b2b5902c53a (diff)
Merge pull request #208848 from amjoseph-nixpkgs/pr/nmh/init
nmh: init at 1.7.1
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 76656894c4add..73832a9c4f970 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5452,6 +5452,8 @@ with pkgs;
 
   notifymuch = callPackage ../applications/misc/notifymuch { };
 
+  nmh = callPackage ../tools/networking/nmh { };
+
   npins = callPackage ../tools/nix/npins { };
 
   nrsc5 = callPackage ../applications/misc/nrsc5 { };