nixos/test-driver: remove irrevelant comment (#455132)

This commit is contained in:
zowoq
2025-11-13 23:36:18 +00:00
committed by GitHub

View File

@@ -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)