mirror of
https://github.com/RGBCube/ncc
synced 2026-01-14 17:21:01 +00:00
9 lines
139 B
Nix
9 lines
139 B
Nix
{ lib, ... }: let
|
|
inherit (lib) disabled;
|
|
in {
|
|
documentation = {
|
|
doc = disabled;
|
|
info = disabled;
|
|
man = disabled;
|
|
};
|
|
}
|