nixos/vscodium: fix machine usage deprecation

I decided to define the variable `machine` here, that seems cleaner than
writing `${name}.method()` everywhere.

Test fails to evaluate because of the package.
This commit is contained in:
Maximilian Bosch
2026-04-19 20:01:35 +02:00
parent fe3c437b4a
commit ee5465f41a
+2
View File
@@ -51,6 +51,8 @@ let
enableOCR = true;
testScript = ''
machine = ${name}
@polling_condition
def codium_running():
machine.succeed('pgrep -x codium')