about summary refs log tree commit diff
path: root/pkgs/top-level/emilua-plugins.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/emilua-plugins.nix')
-rw-r--r--pkgs/top-level/emilua-plugins.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/emilua-plugins.nix b/pkgs/top-level/emilua-plugins.nix
index 9706ef5ce9a8..ff1d2c7f645f 100644
--- a/pkgs/top-level/emilua-plugins.nix
+++ b/pkgs/top-level/emilua-plugins.nix
@@ -9,6 +9,7 @@ emilua:
 (lib.makeScope newScope (self: {
   inherit emilua;
   beast = self.callPackage ../development/emilua-plugins/beast { };
+  bech32 = self.callPackage ../development/emilua-plugins/bech32 { };
   botan = self.callPackage ../development/emilua-plugins/botan {
     inherit (pkgs) botan3;
   };
@@ -17,4 +18,6 @@ emilua:
   secp256k1 = self.callPackage ../development/emilua-plugins/secp256k1 {
     inherit (pkgs) secp256k1;
   };
+  tdlib = self.callPackage ../development/emilua-plugins/tdlib { };
+  this-thread = self.callPackage ../development/emilua-plugins/this-thread { };
 }))