sxmo_suspend: deploy with verbose until i know its all working well

This commit is contained in:
Colin 2023-10-22 13:01:33 +00:00
parent 2d9ac4ca1e
commit 81c8af54a1

View File

@ -97,6 +97,7 @@ let
pname = "sxmo_suspend.sh";
pkgs = [ "rtl8723cs-wowlan" "util-linux" ];
src = ./hooks;
extraMakeWrapperArgs = [ "--add-flags" "--verbose" ];
};
};
in