Request all documentation
This commit is contained in:
parent
5bde1e131f
commit
fdfe3cd93a
|
@ -6,6 +6,13 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
documentation = {
|
||||
enable = true;
|
||||
doc.enable = true;
|
||||
man.enable = true;
|
||||
dev.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
# hardlink duplicate files in the nix store
|
||||
settings.auto-optimise-store = true;
|
||||
|
|
Loading…
Reference in a new issue