diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -134,7 +134,10 @@ hercules-ci = { flake-update = { enable = true; - when.hour = [0]; + when = { + hour = [0]; + minute = 0; + }; }; }; |
