I'm trying to delete the things that guix gc cannot repair, but I get an error that they are still alive:
``` christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D /gnu/store/48bcdy815zcp007v0jpjrw9wnbs1cinh-guix-c19d29c finding garbage collector roots... guix gc: error: cannot delete path `/gnu/store/48bcdy815zcp007v0jpjrw9wnbs1cinh-guix-c19d29c' since it is still alive christopher@nightshade ~/Repos/guix-working$ guix -D /gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207 guix: unrecognized option '-D' Try `guix --help' for more information. christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D /gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207 finding garbage collector roots... guix gc: error: cannot delete path `/gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207' since it is still alive christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D /gnu/store/xfy335fj7lwskqiazpvrifwdz1pc7ym4-module-import finding garbage collector roots... guix gc: error: cannot delete path `/gnu/store/xfy335fj7lwskqiazpvrifwdz1pc7ym4-module-import' since it is still alive ``` Is there some way to see what is keeping them alive?
