From a5858dfc9de1dbbc65b453578f8b6cc2c61f0c5e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 5 Jul 2025 09:08:38 -0400 Subject: [PATCH] update schedule --- .github/workflows/flake-updater.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 00df6c5..4bef27d 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -3,7 +3,7 @@ name: Update flake.lock on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00 + - cron: '0 0 * * 5' # runs weekly on Sunday at 00:00 jobs: build: @@ -12,15 +12,14 @@ jobs: steps: - uses: actions/checkout@v4 + - name: install nix + uses: DeterminateSystems/determinate-nix-action@v3.5.2 + with: + extra-conf: "lazy-trees = true" - - name: install nix - uses: DeterminateSystems/determinate-nix-action@v3.5.2 - with: - extra-conf: "lazy-trees = true" - - - uses: DeterminateSystems/magic-nix-cache-action@main - with: - use-flakehub: false + - uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-flakehub: false - uses: DeterminateSystems/update-flake-lock@v24 with: