mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixosTests.systemd-repart: don't access attributes from deprecated module argument
This commit is contained in:
parent
798aa80b7d
commit
14add2bd69
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let
|
|||
shutil.copyfile("${machine.system.build.diskImage}/nixos.img", tmp_disk_image.name)
|
||||
|
||||
subprocess.run([
|
||||
"${machine.config.virtualisation.qemu.package}/bin/qemu-img",
|
||||
"${machine.virtualisation.qemu.package}/bin/qemu-img",
|
||||
"resize",
|
||||
"-f",
|
||||
"raw",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue