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