aboutsummaryrefslogblamecommitdiff
path: root/profiles/core/docs.nix
blob: dcf38e6a62ec24d14cc4cf149423726c070ac6bc (plain) (tree)
1
2
3
4
5




                                                       
{ lib, ... }:
{
  ## disable that slow "building man-cache" step
  documentation.man.generateCaches = lib.mkForce false;
}