This commit is contained in:
parent
df9a227358
commit
307dee979a
@ -20,6 +20,7 @@ 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"
|
||||
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
|
@ -10,4 +10,6 @@
|
||||
enable = true;
|
||||
instanceUrl = "https://git.neet.dev";
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user