From a75b9ddff0ae23b24ee7f1eba3ae55cf1734e525 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Sun, 4 Jan 2026 15:00:42 +0100 Subject: [PATCH] nixos/tests/repart: use image.filePath instead of deprecated imageFile --- nixos/tests/appliance-repart-image-verity-store.nix | 2 +- nixos/tests/appliance-repart-image.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/appliance-repart-image-verity-store.nix b/nixos/tests/appliance-repart-image-verity-store.nix index 09a0c95703ed..9339ac9a401a 100644 --- a/nixos/tests/appliance-repart-image-verity-store.nix +++ b/nixos/tests/appliance-repart-image-verity-store.nix @@ -101,7 +101,7 @@ "-f", "qcow2", "-b", - "${nodes.machine.system.build.finalImage}/${nodes.machine.image.repart.imageFile}", + "${nodes.machine.system.build.finalImage}/${nodes.machine.image.filePath}", "-F", "raw", tmp_disk_image.name, diff --git a/nixos/tests/appliance-repart-image.nix b/nixos/tests/appliance-repart-image.nix index edad11043a84..bba163b463e4 100644 --- a/nixos/tests/appliance-repart-image.nix +++ b/nixos/tests/appliance-repart-image.nix @@ -109,7 +109,7 @@ in "-f", "qcow2", "-b", - "${nodes.machine.system.build.image}/${nodes.machine.image.repart.imageFile}", + "${nodes.machine.system.build.image}/${nodes.machine.image.filePath}", "-F", "raw", tmp_disk_image.name,