1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 11:36:29 +03:00

nixos/boot/external: DocBook -> Markdown

This commit is contained in:
Cole Helbling 2022-12-01 16:21:46 -08:00
parent 680369e504
commit ad6ea546b4

View file

@ -14,11 +14,11 @@ in
}; };
options.boot.loader.external = { options.boot.loader.external = {
enable = mkEnableOption "use an external tool to install your bootloader"; enable = mkEnableOption (lib.mdDoc "use an external tool to install your bootloader");
installHook = mkOption { installHook = mkOption {
type = with types; path; type = with types; path;
description = '' description = lib.mdDoc ''
The full path to a program of your choosing which performs the bootloader installation process. The full path to a program of your choosing which performs the bootloader installation process.
The program will be called with an argument pointing to the output of the system's toplevel. The program will be called with an argument pointing to the output of the system's toplevel.