Hello, Maxim Cournoyer <[email protected]> writes:
> Hello, > > I just encountered a situation where -E is not correctly parsed/used and > ignore silently. > > Reproducer: > > guix shell -CD igraph -E /gnu=/gnu strace > > > The above doesn't work (there are far too few entries to /gnu/store, it > isn't shared). > > This works: > > guix shell -CD igraph --expose=/gnu=/gnu strace As reported by Ludovic on IRC, -E is not --expose, but --preserve. There's no short option for --expose. Closing! -- Thanks, Maxim
