From a8fb5df19d1cdcc3ac29cdb8ad192c1d578761f0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 22 Jul 2026 17:44:04 +0900 Subject: [PATCH] module.nix: `toGNUCommandLineShell` -> `toCommandLineShellGNU` --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index e03bc3c..1976cc0 100644 --- a/module.nix +++ b/module.nix @@ -102,7 +102,7 @@ in serviceConfig = { Type = "notify"; ExecStart = let - args = lib.cli.toGNUCommandLineShell { } (cfg.settings // { + args = lib.cli.toCommandLineShellGNU { } (cfg.settings // { systemd = true; }); in "${lib.getExe cfg.package} ${cfg.logLevel} ${args}";