From 3017414609212b435231b37971fba1af4f478c40 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 12 Feb 2026 22:04:50 -0600 Subject: [PATCH] launchd: add missing option description Signed-off-by: Austin Horstman --- modules/launchd/launchd.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index a212efd3..ee202944 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -259,6 +259,10 @@ in AfterInitialDemand = mkOption { type = types.nullOr types.bool; default = null; + description = '' + Whether to defer evaluating other `KeepAlive` conditions until + the job has been started at least once by demand. + ''; }; };