this post was submitted on 25 Oct 2023
5 points (85.7% liked)
Guix
316 readers
1 users here now
Guix is an advanced distribution of the GNU operating system developed by the GNU Project
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The fact that you see guix downloading mariadb is probably due to "inputs bloat" you may never be able to get rid of it without an upstream fix or providing your own implementation of some upstream package/service. 4 to 6 hours is a lot, do you use substitutes?
If you want to reduce the bloatedness of your operating-system record, look into
%desktop-services
or%base-services
(depending on which one you are overriding) and delete/replace what you will withmodify-services
.Here are my configurations.