This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user