nixosTests.zfs.installer: fixup test after d44c6219b8
This commit is contained in:
parent
6a30c02ac3
commit
fe111fc679
@ -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 [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user