summaryrefslogtreecommitdiffstats
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-08-26 18:12:16 +0200
committerVladimír Čunát <v@cunat.cz>2020-08-26 18:14:34 +0200
commite02793de2fa7d993723424e1053961f9772653a3 (patch)
treed95ad441f61962ea0a5096b2d9bb58b3e34b842b /nixos/tests/installer.nix
parent93b5c08d48f4ef9d6b700301873e6673d20a1170 (diff)
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
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 50c6af485da2..a1ee7646430c 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