Disable minimal profile
This commit is contained in:
parent
b43a55bb9f
commit
ed2a33f3a6
12 changed files with 131 additions and 94 deletions
12
config/common/configuration/documentation.nix
Normal file
12
config/common/configuration/documentation.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Some docs fail to build, so we need to disable some of it
|
||||
documentation = {
|
||||
enable = true;
|
||||
man.enable = true;
|
||||
doc.enable = true;
|
||||
dev.enable = false;
|
||||
nixos.enable = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue