enable manpages
This commit is contained in:
parent
8b5283c8e3
commit
0954b39733
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
core.tools
|
core.tools
|
||||||
core.compat
|
core.compat
|
||||||
core.boot
|
core.boot
|
||||||
# core.docs
|
core.docs
|
||||||
core.gvfs
|
core.gvfs
|
||||||
|
|
||||||
nix.nix
|
nix.nix
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
documentation = {
|
documentation = {
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
# man.generateCaches = true; # this does slow down builds by quite a lot
|
man.generateCaches = false; # this does slow down builds by quite a lot
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
linux-manual
|
linux-manual
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue