"John Haman" <[email protected]> skribis: > On Mon, Apr 20, 2026, at 7:58 AM, Ludovic Courtès wrote: > >>> ``` >>> john@desktop ~$ cat ~/.guix-profile/manifest | grep -A 1 manifest >> >> Could you instead check ~/.config/guix/current/manifest, which is where >> the ‘guix’ binary comes from (provided you ran ‘guix pull’ at least >> once)? >> >> Thanks, >> Ludo’. > > That file is empty.
Could it be a disk corruption issue? Could you try running ‘guix gc --verify=contents’? (This takes time though…) In the meantime, you can probably work around the issue along these lines: rm ~/.config/guix/current guix pull HTH, Ludo’.
