Open ithinuel opened 2 months ago
My colleague hit this running Nix 2.24.6 in WSL2. It was resolvable by adding http2 = false
to the nix.conf
, but obviously that's a workaround— http2 connections should work.
Sounds like this could be a duplicate of #9664.
Describe the bug
Fetching a tarball from a URL prints several
warning: error:
messagesSteps To Reproduce
Copy this flake:
Run
nix flake update
See it fetching everything fine
Run
nix flake update
Prints:
Expected behavior
The command to execute without warning or error.
nix-env --version
outputnix-env (Nix) 2.18.5
Additional context
Adding
--option http2 false
works around the issue but:nix print-dev-env
nix flake archive
silently ignores it anyways becauseignoring the client-specified setting 'http2', because it is a restricted setting and you are not a trusted user
Running with
nix flake update --debug -v
shows the following lines right before thewarning: error:
:Priorities
Add :+1: to issues you find important.