Hi,
On Tue, 7 Dec 2021 at 11:44, Cayetano Santos
<[email protected]> wrote:
> they claim that "guix shell automatically loads guix.scm or
> manifest.scm, from the current directory"
>
> No need to "-m manifest.scm", then.
Ah yes, sorry. Since I personally find implicit a bad thing, I have
forgotten about it. :-)
Anyway!
Indeed, there is a bug. It comes from 'stat:uid' vs 'getuid' in
'find-file-in-parent-directories'. On my machine, this
(= (stat:uid stat) (getuid))
compares 0 against 1001.
Cheers,
simon