From fba5ac6c2bd01722e64987d1627e84ec86d8aad1 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Apr 2023 11:01:13 -0600 Subject: [PATCH] Try to allow cross build --- .gitea/workflows/check-flake.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index b459444..3a97ca3 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -20,7 +20,9 @@ jobs: uses: https://github.com/cachix/install-nix-action@v20 with: github_access_token: ${{ secrets.__GITHUB_TOKEN }} - extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" + extra_nix_config: | + system-features = nixos-test benchmark big-parallel kvm + extra-platforms = x86_64-linux - name: Checkout the repository uses: actions/checkout@v3