From feb006a99d2c5e66506d9722ef40aa744b76a4f2 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Apr 2023 14:21:44 -0600 Subject: [PATCH] Try to allow cross build --- .gitea/workflows/check-flake.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index b2732a8..4b592a1 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -21,10 +21,7 @@ jobs: with: github_access_token: ${{ secrets.__GITHUB_TOKEN }} extra_nix_config: | - system-features = x86_64-linux aarch64-linux arm-linux nixos-test benchmark big-parallel kvm - extra-platforms = x86_64-linux aarch64-linux - system = aarch64-linux - sandbox = false + system-features = nixos-test benchmark big-parallel kvm - name: Checkout the repository uses: actions/checkout@v3