nixos/activation/bootspec: fix style

This commit is contained in:
Sizhe Zhao 2024-06-05 11:14:36 +08:00
parent 4f05b8e213
commit 5209c84957
No known key found for this signature in database
GPG Key ID: 52091D14C4D7017B

@ -33,4 +33,5 @@ To reduce incompatibility and prevent names from clashing between applications,
It is possible to enable your own bootloader through [`boot.loader.external.installHook`](options.html#opt-boot.loader.external.installHook) which can wrap an existing bootloader.
Currently, there is no good story to compose existing bootloaders to enrich their features, e.g. SecureBoot, etc. It will be necessary to reimplement or reuse existing parts.
Currently, there is no good story to compose existing bootloaders to enrich their features, e.g. SecureBoot, etc.
It will be necessary to reimplement or reuse existing parts.