about summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-11-26 23:53:24 +0300
committerNikolay Korotkiy <sikmir@disroot.org>2022-11-26 23:53:24 +0300
commitdd1c4ff5fc4ee926b7640ef2eecd81c7bbb4d2c4 (patch)
treeed62954ccb032e9ebffc83bc40e47c2bc03e42a6 /nixos/tests/os-prober.nix
parentc1a272ab1bd5f9faf00c068b031a18abb722485f (diff)
vmTools: update current maintained debian versions
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 1c89cf8c1c677..8f3e2494047c3 100644
--- a/nixos/tests/os-prober.nix
+++ b/nixos/tests/os-prober.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({pkgs, lib, ...}:
 let
   # A filesystem image with a (presumably) bootable debian
-  debianImage = pkgs.vmTools.diskImageFuns.debian9i386 {
+  debianImage = pkgs.vmTools.diskImageFuns.debian11i386 {
     # os-prober cannot detect systems installed on disks without a partition table
     # so we create the disk ourselves
     createRootFS = with pkgs; ''