workflows/check-deploy: Try out cachix's "store scan mode"
Some checks are pending
Check & Deploy / generate-matrix (push) Waiting to run
Check & Deploy / build-check (push) Blocked by required conditions
Check & Deploy / flake-check (push) Blocked by required conditions
Check & Deploy / deploy (push) Blocked by required conditions

This commit is contained in:
SebastianStork 2026-02-18 20:05:31 +01:00
parent aa12d74f45
commit 27cb0c8a28
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -33,6 +33,7 @@ jobs:
with: with:
name: sebastian-stork name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
useDaemon: false
- run: nix build .#checks.x86_64-linux.${{ matrix.check }} --print-build-logs - run: nix build .#checks.x86_64-linux.${{ matrix.check }} --print-build-logs
flake-check: flake-check:
needs: build-check needs: build-check