sxmo: fix missing bin/ typo

This commit is contained in:
Colin 2023-09-24 18:13:49 +00:00
parent 699c4301b4
commit 74309f8fa4

View File

@ -124,8 +124,8 @@ in
type = types.attrsOf types.path;
default = {
"sxmo_hook_start.sh" = "${hookPkgs.start}/bin/sxmo_hook_start.sh";
"sxmo_hook_inputhandler.sh" = "${hookPkgs.inputhandler}/sxmo_hook_inputhandler.sh";
"sxmo_hook_postwake.sh" = "${hookPkgs.postwake}/sxmo_hook_postwake.sh";
"sxmo_hook_inputhandler.sh" = "${hookPkgs.inputhandler}/bin/sxmo_hook_inputhandler.sh";
"sxmo_hook_postwake.sh" = "${hookPkgs.postwake}/bin/sxmo_hook_postwake.sh";
};
description = ''
extra hooks to add with higher priority than the builtins