mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/tests/installer: add newly missing switch-to-configuration dependencies
This commit is contained in:
parent
4cfbbb3c1d
commit
8a41d0f992
1 changed files with 5 additions and 0 deletions
|
@ -635,6 +635,7 @@ let
|
||||||
(python3.withPackages (p: [ p.mistune ]))
|
(python3.withPackages (p: [ p.mistune ]))
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
sudo
|
sudo
|
||||||
|
switch-to-configuration-ng
|
||||||
texinfo
|
texinfo
|
||||||
unionfs-fuse
|
unionfs-fuse
|
||||||
xorg.lndir
|
xorg.lndir
|
||||||
|
@ -648,6 +649,10 @@ let
|
||||||
in [
|
in [
|
||||||
(pkgs.grub2.override { inherit zfsSupport; })
|
(pkgs.grub2.override { inherit zfsSupport; })
|
||||||
(pkgs.grub2_efi.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") [
|
++ optionals (bootLoader == "systemd-boot") [
|
||||||
pkgs.zstd.bin
|
pkgs.zstd.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue