Hi,
On Mon, 09 Oct 2023 at 14:25, Tobias Geerinckx-Rice via Bug reports for GNU
Guix wrote:
> I think it would be less surprising if these ‘single, mutually exclusive
> actions’ should always be (sub)subcommands, e.g., ‘guix archive import’,
> ‘guix archive authorize’, …
I am proposing to er
retitle 66358 ‘guix archive --{authorize,import,…}’ are really
subcommands + ignore some arguments
thanks
Hi Daniel,
The error is correct, so I sure hope it's reproducible!
Later options cancel out previous ones, so your ‘--authorize’ action
takes precedence over ‘--import’. You're passing i
1. guix archive --export hello > hello.nar
2. guix archive --import --authorize hello < hello.nar
This gives a fatal error on my machine (Debian on wsl) and was reproduced on
Guix proper my a member of the IRC chat.