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 10:48:12 -06:00
parent df9a227358
commit 307dee979a
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
uses: https://github.com/cachix/install-nix-action@v20 uses: https://github.com/cachix/install-nix-action@v20
with: with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }} github_access_token: ${{ secrets.__GITHUB_TOKEN }}
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -10,4 +10,6 @@
enable = true; enable = true;
instanceUrl = "https://git.neet.dev"; instanceUrl = "https://git.neet.dev";
}; };
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
} }