summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2019-06-09 19:18:30 +0000
committerGitHub <noreply@github.com>2019-06-09 19:18:30 +0000
commitd1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f (patch)
treeca035d8b62b4eadb0fdb81725e1eb937c027dd4b /nixos/tests/os-prober.nix
parent9a69fab1e315f05975a2cc0c573f1ee55258cde4 (diff)
downloadnixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar.gz
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar.bz2
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar.lz
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar.xz
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.tar.zst
nixpkgs-d1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f.zip
nixos/tests/os-prober.nix: fix typo
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
Diffstat (limited to 'nixos/tests/os-prober.nix')
-rw-r--r--nixos/tests/os-prober.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index eb62dd76312..a386a5d43bc 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