Loading nixos/modules/services/hardware/undervolt.nix +31 −23 Original line number Diff line number Diff line Loading @@ -16,7 +16,15 @@ let limit != null && window != null ) "Both power limit and window must be set"; "${toString limit} ${toString window}"; cliArgs = lib.cli.toCommandLineGNU { } { cliArgs = let optionFormat = optionName: { option = "--${optionName}"; sep = null; explicitBool = false; }; in lib.cli.toCommandLine optionFormat { inherit (cfg) verbose temp Loading Loading
nixos/modules/services/hardware/undervolt.nix +31 −23 Original line number Diff line number Diff line Loading @@ -16,7 +16,15 @@ let limit != null && window != null ) "Both power limit and window must be set"; "${toString limit} ${toString window}"; cliArgs = lib.cli.toCommandLineGNU { } { cliArgs = let optionFormat = optionName: { option = "--${optionName}"; sep = null; explicitBool = false; }; in lib.cli.toCommandLine optionFormat { inherit (cfg) verbose temp Loading