NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
11.51k stars 1.44k forks source link

Nix installer failed on MacOS #7702

Open Alizter opened 1 year ago

Alizter commented 1 year ago

Platform

I am getting CI failures on multiple projects using Nix on MacOS.

Additional information

Output

Output ```log ~~> Setting up the default profile installing 'nix-2.13.2' building '/nix/store/kbr12hx48bb2l9sh75kx9xh91b2kvyiy-user-environment.drv'... installing 'nss-cacert-3.83' error: unexpected EOF reading a line (use '--show-trace' to show detailed location information) ---- oh no! -------------------------------------------------------------------- Oh no, something went wrong. If you can take all the output and open an issue, we'd love to fix the problem so nobody else has this issue. :( We'd love to help if you need it. You can open an issue at https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md Or get in touch with the community: https://nixos.org/community ```

Priorities

Add :+1: to issues you find important.

abathur commented 1 year ago

Do the jobs complete if you re-run them?

Alizter commented 1 year ago

@abathur I think so, but I thought it was worth reporting anyway.

abathur commented 1 year ago

If so, you're probably running into:

Alizter commented 1 year ago

@abathur yes, in that case you may close this. Thanks!