nixos/drawterm: fix machine usage deprecation

I decided to define the variable `machine` here, that seems cleaner than
writing `${name}.method()` everywhere.
This commit is contained in:
Maximilian Bosch
2026-04-19 15:37:46 +02:00
parent 884b0970ff
commit 42ae5b83cb

View File

@@ -49,6 +49,8 @@ let
enableOCR = true;
testScript = ''
machine = ${name}
@polling_condition
def drawterm_running():
machine.succeed("pgrep drawterm")