Fixed update flake scheduler

This commit is contained in:
Julien Malka 2023-01-21 21:15:32 +01:00
parent e60f00fa4a
commit 6f112e8979
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -84,10 +84,10 @@ def build_config() -> dict[str, Any]:
buttonName="Update flakes",
),
# updates flakes once a weeek
schedulers.NightlyTriggerable(
name="update-flake-weekly",
schedulers.Nightly(
name="update-flake-daily",
builderNames=["nix-update-flake"],
hour=3,
hour=2,
minute=0,
),
]