From e02793de2fa7d993723424e1053961f9772653a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 26 Aug 2020 18:12:16 +0200 Subject: [PATCH] nixos installer tests: add a missing package Tested it locally fixes #96361 nix-build nixos/release-combined.nix -A nixos.tests.installer.lvm.x86_64-linux -Q --- nixos/tests/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 50c6af485da..a1ee7646430 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -317,6 +317,7 @@ let texinfo unionfs-fuse xorg.lndir + (lvm2.override { udev = null; }) # for initrd (extra-utils) # add curl so that rather than seeing the test attempt to download # curl's tarball, we see what it's trying to download