grub2: move file to default

This commit is contained in:
ajs124
2023-05-10 21:51:26 +02:00
parent 4233784810
commit a8d9014274
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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";