From 4a40462ebf18641b0d0c7b49dc7d47fa0b60c483 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Feb 2026 21:19:17 +0100 Subject: [PATCH] Revert "workflows/check-deploy: Do the flake check without building the extra checks again" This reverts commit 86662e70d714da8ef70ea643902d5d7ef1b9dfcf. --- .github/workflows/check-deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-deploy.yml b/.github/workflows/check-deploy.yml index 927549f..3f0b87b 100644 --- a/.github/workflows/check-deploy.yml +++ b/.github/workflows/check-deploy.yml @@ -43,7 +43,11 @@ jobs: - uses: cachix/install-nix-action@v31 with: extra_nix_config: experimental-features = nix-command flakes pipe-operators - - run: nix flake check --no-build --keep-going + - uses: cachix/cachix-action@v15 + with: + name: sebastian-stork + authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" + - run: nix flake check --keep-going --print-build-logs deploy: needs: flake-check runs-on: ubuntu-latest