about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-07-06 08:26:56 +0800
committerYt <happysalada@tuta.io>2023-07-06 10:08:22 +0800
commit6d8c23b2fb6130cb0cdf1f9dff8ec96682724cb4 (patch)
tree9bf6a59f8e2e6553cd2c9ee174e38ae6ce7e2798 /pkgs/top-level
parent34046a64ccc48c98638ae51db9954cda46ceedbb (diff)
python310Packages.nh3: init at 0.2.13
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b694d50a62d53..c65437a7c68df 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -6862,6 +6862,8 @@ self: super: with self; {
     enablePython = true; # ... and its Python bindings
   })).python;
 
+  nh3 = callPackage ../development/python-modules/nh3 { };
+
   niaaml = callPackage ../development/python-modules/niaaml { };
 
   nianet = callPackage ../development/python-modules/nianet { };