mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
vmTools/test: add missing backing format
This commit is contained in:
parent
80b5b4917c
commit
37c5db5a29
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ with vmTools;
|
|||
name = "patchelf-rpm";
|
||||
src = patchelf.src;
|
||||
diskImage = diskImages.fedora27x86_64;
|
||||
diskImageFormat = "qcow2";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue