From fa0b60f59a459f2b79692ac41b056e5228140123 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 15 May 2018 18:19:19 +0200 Subject: nixos/tests/installer: Add lndir to extraDeps In commit 17dd7bcd89d568596f52356624be82201ea84779 the systemd unit generator now uses lndir instead of "ln -s", so we need to have lndir available in the Nix store for the installer tests to be able to build the units and thus the whole system. This should fix the installer tests, although I have only tested it with the "simple" subtest. Signed-off-by: aszlig Cc: @jtojnar, @xeji, @edolstra --- nixos/tests/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index acf248d0a5a6..7da02d9c204a 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -241,6 +241,7 @@ let nixos-artwork.wallpapers.gnome-dark perlPackages.XMLLibXML perlPackages.ListCompare + xorg.lndir # add curl so that rather than seeing the test attempt to download # curl's tarball, we see what it's trying to download -- cgit 1.4.1