nix: documentation: enable dev manpages
This commit is contained in:
parent
05aef1ae1e
commit
cd756c1a0e
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
||||||
# output of packages
|
# output of packages
|
||||||
info.enable = false;
|
info.enable = false;
|
||||||
|
|
||||||
|
# Whether to install documentation targeted at developers.
|
||||||
|
dev.enable = true;
|
||||||
|
|
||||||
man = {
|
man = {
|
||||||
# Whether to install manual pages
|
# Whether to install manual pages
|
||||||
# this means packages that provide a `man` output will have said output
|
# this means packages that provide a `man` output will have said output
|
||||||
|
@ -22,7 +25,7 @@
|
||||||
generateCaches = false;
|
generateCaches = false;
|
||||||
|
|
||||||
# Whether to enable mandoc as the default man page viewer.
|
# Whether to enable mandoc as the default man page viewer.
|
||||||
mandoc.enable = false; # my default manpage viewer is helix, so this isn't necessary
|
mandoc.enable = false; # my default manpage viewer is bat, so this isn't necessary
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue