add kvm support via jobset
All checks were successful
Check / tests (push) Successful in 8m53s

This commit is contained in:
2024-10-23 12:47:06 +02:00
parent 895c19269b
commit 8ac550d160

View File

@@ -12,4 +12,9 @@ jobs:
apt update -y apt update -y
apt install sudo -y apt install sudo -y
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
- name: enable kvm support
run: |
echo "system-features = nixos-test benchmark big-parallel kvm" >> /etc/nix/nix.conf
echo "Added features to nix conf"
cat /etc/nix/nix.conf
- run: nix flake check - run: nix flake check