Skip to content

Commit

Permalink
add kvm nix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Nov 2, 2023
1 parent c2e59b9 commit 63bc55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
with:
extra_conf: |
system-features = kvm
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: run nix-eval-jobs
run: nix run nixpkgs#nix-eval-jobs -- --gc-roots-dir gcroots --flake .#all-download-images | tee jobs.json
Expand Down

0 comments on commit 63bc55e

Please sign in to comment.