Pierre Neidhardt writes: > Hi! > > Is there a way to calculate the closure size of a system (as generated > by guix system reconfigure config.scm)? Try: 'guix size $(guix system build config.scm)'. Or for the currently running generation: 'guix size $(readlink -f /run/current-system)'