From 8a2c85ea98a0bc6df2508fbae9a476978e81be02 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 13 Sep 2023 18:01:34 +0200 Subject: [PATCH] fix: only install nix for now --- .forgejo/workflows/check.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 86664e1..1fa9a8e 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -7,9 +7,5 @@ jobs: runs-on: ubuntu-latest-amd64 steps: - uses: actions/checkout@v3 - - name: Check Flake - uses: https://github.com/DeterminateSystems/flake-checker-action@v5 - with: - send-statistics: false - name: Install Nix uses: https://github.com/DeterminateSystems/nix-installer-action@v4