mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
Fixed update flake scheduler
This commit is contained in:
parent
e60f00fa4a
commit
6f112e8979
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue