Update README: hardware accel is available now...

...at least with enable_kvm yes. Issue linked in the note was closed accordingly. So I think the old note was outdated as of fe19c91c6b
This commit is contained in:
Paul Haerle 2024-08-29 15:45:09 +02:00 committed by GitHub
parent ba01fffc51
commit 5b8c65d4d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,11 +118,10 @@ With the following inputs:
```yaml
- uses: cachix/install-nix-action@vXX
with:
enable_kvm: true
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
```
[Note that there's no hardware acceleration on GitHub Actions.](https://github.com/actions/virtual-environments/issues/183#issuecomment-610723516).
### How do I install packages via nix-env from the specified `nix_path`?
```