From 8a41d0f9923e95c095c7f96592d47bb435fab1b2 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 8 Sep 2024 08:27:28 +0300 Subject: [PATCH] nixos/tests/installer: add newly missing switch-to-configuration dependencies --- nixos/tests/installer.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 8467220942ac..d4caf3ceaf1f 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -635,6 +635,7 @@ let (python3.withPackages (p: [ p.mistune ])) shared-mime-info sudo + switch-to-configuration-ng texinfo unionfs-fuse xorg.lndir @@ -648,6 +649,10 @@ let in [ (pkgs.grub2.override { inherit zfsSupport; }) (pkgs.grub2_efi.override { inherit zfsSupport; }) + pkgs.nixos-artwork.wallpapers.simple-dark-gray-bootloader + pkgs.perlPackages.FileCopyRecursive + pkgs.perlPackages.XMLSAX + pkgs.perlPackages.XMLSAXBase ]) ++ optionals (bootLoader == "systemd-boot") [ pkgs.zstd.bin