Try to allow cross build
Some checks failed
Check Flake / check-flake (push) Failing after 1m3s

This commit is contained in:
Zuckerberg 2023-04-29 11:01:13 -06:00
parent 307dee979a
commit fba5ac6c2b

View File

@ -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