Compare commits

..

1 commit

Author SHA1 Message Date
7930f9191d Implement nixos-modules/static-page test
All checks were successful
CI / build (push) Successful in 2m40s
2025-03-24 22:26:50 +02:00

View file

@ -10,9 +10,8 @@ Run single test: `nix build .#checks.x86_64-linux.nixos-modules.entries.vm-test-
### Run Test Interactively
See [upstream documentation](https://nixos.org/manual/nixos/stable/#sec-running-nixos-tests-interactively) for more details.
```bash
nix build .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName.driverInteractive
./result/bin/nixos-test-driver
nix run .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName.driverInteractive
```
See [upstream documentation](https://nixos.org/manual/nixos/stable/#sec-running-nixos-tests-interactively) for more details.