disable home-manager manpages on nixdesk, enable system-wide man cache generation at runtime
This commit is contained in:
parent
843054828b
commit
316df487ef
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
documentation = {
|
||||
dev.enable = true;
|
||||
man.generateCaches = false; # this does slow down builds by quite a lot
|
||||
|
||||
man.cache.enable = true;
|
||||
man.cache.generateAtRuntime = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# linux-manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue