nixos/man-db: Use -q option to decrease verbosity

This also reverts commit 87d614441d
("nixos/documentation: silence man-db cache warnings").
This commit is contained in:
ash
2025-12-05 21:22:04 +00:00
parent adbe9b68a6
commit 69c73c047e
+1 -1
View File
@@ -86,7 +86,7 @@ in
}
''
echo "MANDB_MAP ${cfg.manualPages}/share/man $out" > man.conf
mandb -C man.conf -psc >/dev/null 2>&1
mandb -C man.conf -pscq
'';
in
''