guix

guix
#

for p in $(guix package -A|sed -e 's/\t/ /g'|cut -d' ' -f1|sort -u);do guix install --keep-going  $p;done