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

This commit is contained in:
Arian van Putten
2026-04-16 12:27:20 +02:00
parent e787d9e711
commit a75b9ddff0
2 changed files with 2 additions and 2 deletions
@@ -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,
+1 -1
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,