Skip to content

Commit

Permalink
nixos installer tests: add a missing package
Browse files Browse the repository at this point in the history
Tested it locally fixes NixOS#96361
nix-build nixos/release-combined.nix -A nixos.tests.installer.lvm.x86_64-linux -Q
  • Loading branch information
vcunat committed Aug 26, 2020
1 parent 93b5c08 commit e02793d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/installer.nix
Expand Up @@ -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
Expand Down

0 comments on commit e02793d

Please sign in to comment.