interception-tools-plugins: Add recurseIntoAttrs
Makes the plugins be built by Hydra and listed on search.nixos.org
This commit is contained in:
parent
4c37153a2c
commit
44a8d8f045
@ -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 { };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user