From ee5465f41a766d02da158d4a05b1895535833e2c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 19 Apr 2026 15:46:08 +0200 Subject: [PATCH] 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. --- nixos/tests/vscodium.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix index 51c294d432e5..eee205e69607 100644 --- a/nixos/tests/vscodium.nix +++ b/nixos/tests/vscodium.nix @@ -51,6 +51,8 @@ let enableOCR = true; testScript = '' + machine = ${name} + @polling_condition def codium_running(): machine.succeed('pgrep -x codium')