about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/lemmy.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-05 06:16:46 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:32:00 +0100
commitbf92eaebe4afd03f029292f8cf5efa333fd0078a (patch)
tree09d11e228801022c45c3edae5c609e291b3c206b /nixos/modules/services/web-apps/lemmy.nix
parentdc7788efb8bcbe68d1183cf7ee281186315802ca (diff)
downloadnixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar.gz
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar.bz2
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar.lz
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar.xz
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.tar.zst
nixlib-bf92eaebe4afd03f029292f8cf5efa333fd0078a.zip
nixos/manual: generate module chapters with md-to-db.sh
Diffstat (limited to 'nixos/modules/services/web-apps/lemmy.nix')
-rw-r--r--nixos/modules/services/web-apps/lemmy.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/web-apps/lemmy.nix b/nixos/modules/services/web-apps/lemmy.nix
index 267584dd0ca7..db1518ec2936 100644
--- a/nixos/modules/services/web-apps/lemmy.nix
+++ b/nixos/modules/services/web-apps/lemmy.nix
@@ -6,8 +6,7 @@ let
 in
 {
   meta.maintainers = with maintainers; [ happysalada ];
-  # Don't edit the docbook xml directly, edit the md and generate it:
-  # `pandoc lemmy.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart > lemmy.xml`
+  # Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
   meta.doc = ./lemmy.xml;
 
   imports = [