@carlozancanaro @met I'm using Andrew's #rde (@abcdw) feature-lisp

(git.sr.ht/~abcdw/rde/tree/mast)

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