mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
feat: use man, but don't generate caches
This commit is contained in:
parent
b098397c19
commit
2791c4b23b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{ lib, ... }: let
|
||||
inherit (lib) disabled;
|
||||
inherit (lib) disabled enabled;
|
||||
in {
|
||||
documentation = {
|
||||
doc = disabled;
|
||||
info = disabled;
|
||||
man = disabled;
|
||||
man = enabled;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue