mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/repart: use image.filePath instead of deprecated imageFile
This commit is contained in:
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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue