diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 323f82c..c703ea6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,5 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + - run: apt-get install -y qemu-kvm # Run disko VM test (test partition creation and whether the VM boots up later) - run: nix build .#nixosConfigurations.office.config.system.build.installTest