Skip to content

Failure to download nix-installer #1663

@shivaraj-bh

Description

@shivaraj-bh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions