summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/loader/external/external.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/loader/external/external.nix')
-rw-r--r--nixos/modules/system/boot/loader/external/external.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/loader/external/external.nix b/nixos/modules/system/boot/loader/external/external.nix
index 5cf478e6c83c..7c5455bb47aa 100644
--- a/nixos/modules/system/boot/loader/external/external.nix
+++ b/nixos/modules/system/boot/loader/external/external.nix
@@ -8,8 +8,6 @@ in
{
meta = {
maintainers = with maintainers; [ cole-h grahamc raitobezarius ];
- # Don't edit the docbook xml directly, edit the md and generate it:
- # `pandoc external.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart > external.xml`
doc = ./external.xml;
};