From 81c8af54a19d14fc032fb99e2b1606e9cc995b56 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 22 Oct 2023 13:01:33 +0000 Subject: [PATCH] sxmo_suspend: deploy with verbose until i know its all working well --- hosts/modules/gui/sxmo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index 8b18d649..04951897 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -97,6 +97,7 @@ let pname = "sxmo_suspend.sh"; pkgs = [ "rtl8723cs-wowlan" "util-linux" ]; src = ./hooks; + extraMakeWrapperArgs = [ "--add-flags" "--verbose" ]; }; }; in