Commit a8d90142 authored by ajs124's avatar ajs124
Browse files

grub2: move file to default

parent 42337848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8172,7 +8172,7 @@ with pkgs;
  trustedGrub-for-HP = pkgsi686Linux.callPackage ../tools/misc/grub/trusted.nix { for_HP_laptop = true; };
  grub2 = callPackage ../tools/misc/grub/2.0x.nix {
  grub2 = callPackage ../tools/misc/grub/default.nix {
    # update breaks grub2
    gnulib = pkgs.gnulib.overrideAttrs (_: rec {
      version = "20200223";