<bemeurer>
So, I'm trying to use home-manager on a RPi (AArch64) I own, but it's failing to build due to it trying to pull in clisp, which is broken for AArch64
<bemeurer>
How do I find the thing in my home-manager config that is causing clisp to be pulled in?
bemeurer has quit [Ping timeout: 259 seconds]
<rycee>
Hmm. I usually use `nix-store -q --referrers` for that. Point it to the clisp drv file and it should say what refers to it.