From 5b975f8ad0a50cd31734f1fa6c5643f46a1ab5ae Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Mon, 20 Jan 2025 10:17:25 +0100 Subject: [PATCH] ci: add impure to check --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0a2857..730c176 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/magic-nix-cache-action@v8 - - run: nix flake check --show-trace --print-build-logs + - run: nix flake check --show-trace --print-build-logs --impure release: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'mirkolenz' && github.event_name == 'push' }}