diff --git a/README.md b/README.md index 0b0f3a0..6ac9844 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,18 @@ jobs: ```nix-instantiate --eval -E '(import {}).lib.version'``` +### How can I run NixOS tests? + +With the following inputs: + +```yaml + - uses: cachix/install-nix-action@vXX + with: + extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" +``` + +Note that there's no hardware acceleration on GitHub Actions. + ## Hacking Install the dependencies