From a2c31d830cce9547f4fd038345fba6675354477f Mon Sep 17 00:00:00 2001 From: Ciapa Date: Thu, 11 Apr 2024 23:05:40 +0200 Subject: [PATCH] Build impure until this piece of shit is migrated to a proper build system --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1c067..a0f0e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: github_access_token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} - name: Flake check - run: ls -lah / && nix flake check --debug + run: ls -lah / && nix flake check --impure deploy: runs-on: