-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Trying to install Upstream Nix with determinate installer fails with the following error:
curl -fsSL https://install.determinate.systems/nix | sh -s -- install
info: downloading installer
warn: curl: (28) Operation too slow. Less than 250000 bytes/sec transferred the last 15 seconds
curl: (28) Operation too slow. Less than 250000 bytes/sec transferred the last 15 seconds
curl: (28) Operation too slow. Less than 250000 bytes/sec transferred the last 15 seconds
curl: (28) Operation too slow. Less than 250000 bytes/sec transferred the last 15 seconds
error: command failed: downloader https://install.determinate.systems/nix/tag/v3.11.1/nix-installer-x86_64-linux /tmp/tmp.7UoSc4J3kN/nix-installer x86_64-linux
Fetching the nix-installer
directly from the link in the error and then running it works as expected (though slow to download):
curl -L https://install.determinate.systems/nix/tag/v3.11.1/nix-installer-x86_64-linux -o nix-installer
chmod +x nix-installer
./nix-installer install
System info
- OS: Ubuntu x86_64-linux
- curl 8.5.0 (x86_64-pc-linux-gnu)
Metadata
Metadata
Assignees
Labels
No labels