turion / essence-of-live-coding-tutorial

Tutorial for essence-of-live-coding
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Nixos download fails on MacOS #1

Closed pixln closed 4 years ago

pixln commented 4 years ago

When trying to download Nixos I get the following error message.

curl -L https://nixos.org/nix/install | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00100  2490  100  2490    0     0    468      0  0:00:05  0:00:05 --:--:--  1039
downloading Nix 2.3.7 binary tarball for x86_64-darwin from 'https://releases.nixos.org/nix/nix-2.3.7/nix-2.3.7-x86_64-darwin.tar.xz' to '/var/folders/1r/y24dmzyn5sncnbklp1b5xpqw0000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.eEEH6BzK'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to releases.nixos.org:443 
sh: failed to download 'https://releases.nixos.org/nix/nix-2.3.7/nix-2.3.7-x86_64-darwin.tar.xz'
turion commented 4 years ago

That's weird. Can you retry? Worst case, we'll have to report to https://github.com/NixOS/nixpkgs/issues/.

pixln commented 4 years ago

Huh. That's weird, a simple retry seemed to be successful.

turion commented 4 years ago

Then probably the internet had a hickup somehow ;)