> Hi, > > I'm using GuixSD v0.10.0, and I'd like to know what packages are > installed globally. There does not currently appear to be a "guix > system" equivalent for "guix package --list-installed". Is it > possible to list the globally installed packages? > Hi! Maybe the --profile option of "guix package" is what you are searching for? I would just do "guix-package --profile=/path/to/system/profile --list-installed". Fabian