From b913e5b2f89eaace39c84e37b46f009af2bde7ee Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 23 Apr 2023 18:13:22 -0600 Subject: [PATCH] Try to use host --- .gitea/workflows/check-flake.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index da375f7..b693baf 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -2,15 +2,11 @@ name: Check Flake on: [push] jobs: check-flake: - runs-on: ubuntu-latest + runs-on: Nix steps: - - name: Install Nix - uses: https://github.com/cachix/install-nix-action@v20 - - name: Checkout the repository uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Check Flake run: nix flake check \ No newline at end of file