Skip to content

Commit

Permalink
Merge pull request #841 from carlthome/patch-1
Browse files Browse the repository at this point in the history
Fix type error
  • Loading branch information
Enzime authored Dec 31, 2023
2 parents 0a3afdc + 59bef44 commit 1a41453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/launchd/launchd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ with lib;

StartCalendarInterval = mkOption {
default = null;
example = { Hour = 2; Minute = 30; };
example = [{ Hour = 2; Minute = 30; }];
description = lib.mdDoc ''
This optional key causes the job to be started every calendar interval as specified. Missing arguments
are considered to be wildcard. The semantics are much like `crontab(5)`. Unlike cron which skips job
Expand Down

0 comments on commit 1a41453

Please sign in to comment.