0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/generic-extlinux-compatible: fix docbook syntax

This commit is contained in:
Fabian Möller 2020-06-23 20:51:02 +02:00
parent 64cf1e79dd
commit c07a6f8743
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31

View file

@ -44,7 +44,7 @@ in
readOnly = true; readOnly = true;
description = '' description = ''
Contains the builder command used to populate an image, Contains the builder command used to populate an image,
honoring all options except the -c <path-to-default-configuration> honoring all options except the <literal>-c &lt;path-to-default-configuration&gt;</literal>
argument. argument.
Useful to have for sdImage.populateRootCommands Useful to have for sdImage.populateRootCommands
''; '';