From 5b8c65d4d79bb2d232054c72252fa78a29c36b8a Mon Sep 17 00:00:00 2001 From: Paul Haerle Date: Thu, 29 Aug 2024 15:45:09 +0200 Subject: [PATCH] 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 https://github.com/cachix/install-nix-action/commit/fe19c91c6b0293441aca084e88a60ee59640922c --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d5609db..8ff488c 100644 --- a/README.md +++ b/README.md @@ -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`? ```