From 44a8d8f0450c47125db0d47e17ffdc8f8cc93834 Mon Sep 17 00:00:00 2001 From: Behrad Jafari <55258336+BehradJi@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:38:42 +0330 Subject: [PATCH] interception-tools-plugins: Add recurseIntoAttrs Makes the plugins be built by Hydra and listed on search.nixos.org --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c9a80d2a5741..a7ef9cf08e72 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7102,7 +7102,7 @@ with pkgs; ibus-theme-tools = callPackage ../tools/misc/ibus-theme-tools { }; interception-tools = callPackage ../tools/inputmethods/interception-tools { }; - interception-tools-plugins = { + interception-tools-plugins = recurseIntoAttrs { caps2esc = callPackage ../tools/inputmethods/interception-tools/caps2esc.nix { }; dual-function-keys = callPackage ../tools/inputmethods/interception-tools/dual-function-keys.nix { }; };