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:
parent
680369e504
commit
ad6ea546b4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue