From ea57862bf4f589544ecab9458314f0345f68c42c Mon Sep 17 00:00:00 2001 From: Carsten Kragelund Date: Sun, 7 May 2023 19:20:04 +0200 Subject: [PATCH] Setup Cachix workflow --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de2d200..68aa554 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # rebuild everyday at 2:51 # 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: '50 1 * * *' jobs: tests: strategy: @@ -20,7 +20,7 @@ jobs: # The repo name as used in # https://github.com/nix-community/NUR/blob/master/repos.json nurRepo: - - + - sanctureplicum # Set this to cache your build results in cachix for faster builds # in CI and for everyone who uses your cache. # @@ -32,11 +32,12 @@ jobs: # Github found at # https://github.com//nur-packages/settings/secrets cachixName: - - + - sanctureplicum nixPath: - nixpkgs=channel:nixos-unstable - nixpkgs=channel:nixpkgs-unstable - - nixpkgs=channel:nixos-22.11 + # FIXME: Gitea on stable is using different patches. + # - nixpkgs=channel:nixos-22.11 runs-on: ubuntu-latest steps: - name: Checkout repository