infrastructure/checks/README.md
2025-03-25 14:10:54 +02:00

693 B

Tests

Module Tests

We test our nixos modules with NixOS tests. Running nixos tests requires QEMU virtualisation, so make sure you have KVM virtualisation support enabled.

Run all: nix build .#checks.x86_64-linux.nixos-modules
Run single test: nix build .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName

Run Test Interactively

nix run .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName.driverInteractive

See upstream documentation for more details.