summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-15 18:19:19 +0200
committeraszlig <aszlig@nix.build>2018-05-15 18:51:53 +0200
commitfa0b60f59a459f2b79692ac41b056e5228140123 (patch)
tree20c237ce84f573952f5e25484ecc0c990b2fb7cc /nixos/tests/installer.nix
parenta3e434014977a9d178d650920bc60dda2289d420 (diff)
downloadnixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar.gz
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar.bz2
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar.lz
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar.xz
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.tar.zst
nixpkgs-fa0b60f59a459f2b79692ac41b056e5228140123.zip
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 <aszlig@nix.build>
Cc: @jtojnar, @xeji, @edolstra
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 acf248d0a5a..7da02d9c204 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