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
This commit is contained in:
Vladimír Čunát 2020-08-26 18:12:16 +02:00
parent 93b5c08d48
commit e02793de2f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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