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:
@@ -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
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user