enable manpages

This commit is contained in:
xunuwu 2025-11-23 13:04:04 +01:00
parent 8b5283c8e3
commit 0954b39733
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
core.tools
core.compat
core.boot
# core.docs
core.docs
core.gvfs
nix.nix

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
documentation = {
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; [
linux-manual