diff --git a/.forgejo/workflows/lon-update.yaml b/.forgejo/workflows/lon-update.yaml index f385232..3a93fda 100644 --- a/.forgejo/workflows/lon-update.yaml +++ b/.forgejo/workflows/lon-update.yaml @@ -17,4 +17,4 @@ jobs: name: Update dependencies on: schedule: - - cron: 30 12 * * * + - cron: 35 12 * * * diff --git a/default.nix b/default.nix index 8672174..8e71ffc 100644 --- a/default.nix +++ b/default.nix @@ -272,7 +272,7 @@ in scripts.push-to-cache ]; eval-shell.packages = [ scripts.nix-build-and-cache ]; - lon-update = [ pkgs.lon ]; + lon-update.packages = [ pkgs.lon ]; }; }; } diff --git a/workflows/lon-update.nix b/workflows/lon-update.nix index 774ee04..2c19aa6 100644 --- a/workflows/lon-update.nix +++ b/workflows/lon-update.nix @@ -12,7 +12,7 @@ in name = "Update dependencies"; on.schedule = [ # Run every 24h - { cron = "30 12 * * *"; } + { cron = "35 12 * * *"; } ]; jobs = {