mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
phone: Disable documentation
Derivations like the documentation for rustc were taking up huge amounts of space that *probably* aren't needed on the PinePhone, so disabling documentation should significantly improve copy times and reduce the total amount of space necessary for updates.
This commit is contained in:
parent
61d79505af
commit
f571481125
@ -292,7 +292,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
documentation.man.generateCaches = false;
|
||||
documentation = {
|
||||
enable = false;
|
||||
man.generateCaches = false;
|
||||
};
|
||||
|
||||
hardware.graphics.enable32Bit = mkForce false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user