From 9684190de4cd0e75859f1939d13973fce3a7ce46 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 22 Dec 2022 12:56:58 +0100 Subject: [PATCH] when.nix: Update doc --- flake-modules/types/when.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake-modules/types/when.nix b/flake-modules/types/when.nix index a79bd65..a13be3b 100644 --- a/flake-modules/types/when.nix +++ b/flake-modules/types/when.nix @@ -11,6 +11,8 @@ let Each subattribute represents an equality, all of which will hold at the next planned time. The time zone is UTC. The `minute` or `hour` attributes can be omitted, in which case Hercules CI will pick an arbitrary time for you. + + See the `when.*` options below for details. ''; inherit type; default = { };