@carlozancanaro @met I'm using Andrew's #rde (@abcdw) feature-lisp
(https://git.sr.ht/~abcdw/rde/tree/master/item/src/rde/features/lisp.scm#L55)
and this setup won't detect sbcl libraries (packages) installed via just `guix install`.
I had to add:
(push #p "~/.guix-home/profile/share/common-lisp/sbcl/" asdf:*central-registry*)
(push #p "~/.guix-profile/profile/share/common-lisp/sbcl/" asdf:*central-registry*)
to .sbclrc.lisp
and only after explicit userinit flag ( sbcl --userinit ~/.sbclrc.lisp)
it found the libs installed