mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
nixos/tests/os-prober.nix: fix typo
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
parent
9a69fab1e3
commit
d1ac443cca
|
@ -34,7 +34,7 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
# options to add the disk to the test vim
|
||||
# options to add the disk to the test vm
|
||||
QEMU_OPTS = "-drive index=2,file=${debianImage}/disk-image.qcow2,read-only,if=virtio";
|
||||
|
||||
# a part of the configuration of the test vm
|
||||
|
|
Loading…
Reference in a new issue