Skip to content

Commit

Permalink
README: clarify on how to run NixOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Nov 12, 2020
1 parent 575d5fa commit 68043fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ jobs:

```nix-instantiate --eval -E '(import <nixpkgs> {}).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
Expand Down

0 comments on commit 68043fd

Please sign in to comment.