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:
Donovan Glover 2024-08-17 15:25:04 -04:00
parent 61d79505af
commit f571481125
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -292,7 +292,10 @@ in
};
};
documentation.man.generateCaches = false;
documentation = {
enable = false;
man.generateCaches = false;
};
hardware.graphics.enable32Bit = mkForce false;