nixos/tests/repart: use image.filePath instead of deprecated imageFile

This commit is contained in:
Arian van Putten 2026-01-04 15:00:42 +01:00
commit a75b9ddff0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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