Merge pull request #213 from phaer/patch-1

This commit is contained in:
sander 2024-08-29 17:46:40 +04:00 committed by GitHub
commit e268b7aa05
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`?
```