Commit a75b9ddf authored by Arian van Putten's avatar Arian van Putten
Browse files

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

parent e787d9e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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,