Alex Kost skribis: > Ludovic Courtès (2015-11-21 23:10 +0300) wrote: [...] >> Really? Can you show the output of: >> >> time guix package -p /run/current-system/profile \ >> -p ~/.guix-profile --search-paths > > real 0m2.634s > user 0m0.568s > sys 0m0.080s Could you measure again after cc3de1d? As it turns out, ‘guix package’ loads way too much and also stats too much, at least for simple operations like --search-paths. Thanks, Ludo’.