nixosTests.zfs.installer: fixup test after d44c6219b8

This commit is contained in:
Vladimír Čunát 2021-01-24 20:47:14 +01:00
parent 6a30c02ac3
commit fe111fc679

View File

@ -326,8 +326,8 @@ let
]
++ optional (bootLoader == "grub" && grubVersion == 1) pkgs.grub
++ optionals (bootLoader == "grub" && grubVersion == 2) [
pkgs.grub2
pkgs.grub2_efi
(pkgs.grub2.override { zfsSupport = true; })
(pkgs.grub2_efi.override { zfsSupport = true; })
];
nix.binaryCaches = mkForce [ ];