diff --git a/checks/README.md b/checks/README.md index 9cd9539..c5f73f5 100644 --- a/checks/README.md +++ b/checks/README.md @@ -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.