Andy Tai skribis: > Hi, I wonder if there is a Guix command to build all packages that > depend on a particular package? Mainly useful for testing if updating > a package will break packages dependent on it Hi. Something like the following works: ./pre-inst-env guix build $(guix refresh --list-dependent my-updated-package | cut -d ':' -f 2)