nixos/test-driver: remove irrevelant comment

BaseStartCommand is no longer thing.
This commit is contained in:
Jared Baur
2025-10-26 21:57:00 -07:00
parent f8f39c1e05
commit f885dcd605
@@ -194,8 +194,7 @@ class StartCommand:
class NixStartScript(StartCommand):
"""A start script from nixos/modules/virtualiation/qemu-vm.nix
that also satisfies the requirement of the BaseStartCommand.
"""A start script from nixos/modules/virtualiation/qemu-vm.nix.
These Nix commands have the particular characteristic that the
machine name can be extracted out of them via a regex match.
(Admittedly a _very_ implicit contract, evtl. TODO fix)