Merge pull request #62606 from Shados/fix-62602

nixos/grub: Add defaultText for font option
This commit is contained in:
Matthew Bauer
2019-06-04 14:34:13 -04:00
committed by GitHub

View File

@@ -360,6 +360,7 @@ in
font = mkOption {
type = types.nullOr types.path;
default = "${realGrub}/share/grub/unicode.pf2";
defaultText = ''"''${pkgs.grub2}/share/grub/unicode.pf2"'';
description = ''
Path to a TrueType, OpenType, or pf2 font to be used by Grub.
'';