mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
chore: disable man-cache generation
This commit is contained in:
parent
fc967c199f
commit
b098397c19
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
{ lib, ... }: let
|
||||
inherit (lib) enabled disabled;
|
||||
inherit (lib) disabled;
|
||||
in {
|
||||
documentation = {
|
||||
doc = disabled;
|
||||
info = disabled;
|
||||
|
||||
man = enabled {
|
||||
generateCaches = true;
|
||||
};
|
||||
man = disabled;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue