Dear Maintainer,
I have been using both guix and nix-setup-systemd on this machine for a while,
until one day I run out of inodes on the root partition. At the time that
happened I knew it would be caused by one of guix and nix, but not sure which,
so I deleted both (by using `apt purge guix nix-setup-systemd` then
`rm -Rf /nix /gnu`).
When deleting both I realized that it's actually nix causing excessive inodes
used, not guix, so I tried to reinstall guix by `apt install guix`.
But after reinstalled guix it's no longer usable. Whenever I try guix pull it
throws:
$ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 1d62b15 (100 new commits)...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git 1d62b15
guix pull: error: opening file `/gnu/store/046lwac3v42aw2ggvm7kgps143n4r768-xz.drv': No such file or directory
I checked my other machines with guix installed and they no longer have that
particular package under /gnu/store. My naive understanding is that it's a
package required by the versino of guix installed via `apt install guix`, but I
do not know how it should be populated during the first installation.