From d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f Mon Sep 17 00:00:00 2001 From: symphorien Date: Sun, 9 Jun 2019 19:18:30 +0000 Subject: [PATCH] nixos/tests/os-prober.nix: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Léo Gaspard --- nixos/tests/os-prober.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix index eb62dd763122..a386a5d43bc6 100644 --- a/nixos/tests/os-prober.nix +++ b/nixos/tests/os-prober.nix @@ -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