mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixosTests.zfs.installer: fixup test after d44c6219b8
This commit is contained in:
parent
6a30c02ac3
commit
fe111fc679
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue