From eb96132854e282e6b92d2eb9a9e737dfe31c73d7 Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 9 Jan 2026 15:39:03 -0400 Subject: [PATCH] Update GitHub Actions workflow: change cron schedule to 6:35 and update repository and Cachix names to 'chiasson' --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9215e21..efa9b08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,10 @@ on: - main - master schedule: - # rebuild everyday at 2:51 + # rebuild everyday at 6:35 # TIP: Choose a random time here so not all repositories are build at once: # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new - - cron: '51 2 * * *' + - cron: '35 6 * * *' workflow_dispatch: jobs: tests: @@ -21,7 +21,7 @@ jobs: # The repo name as used in # https://github.com/nix-community/NUR/blob/master/repos.json nurRepo: - - + - chiasson # Set this to cache your build results in cachix for faster builds # in CI and for everyone who uses your cache. # @@ -33,7 +33,7 @@ jobs: # Github found at # https://github.com//nur-packages/settings/secrets cachixName: - - + - chiasson nixPath: - nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz - nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz