CI: Upgrade Nix. (#11173)

Inspired by seeing `curl` TLS errors in a different repository's CI.

I don't know if this will help, but it's worth a try. Note that the
domain name has changed.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Samir Talwar 2021-10-08 11:13:50 +02:00 committed by GitHub
parent 4336184a79
commit d3810af47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ if [[ ! -e /nix ]]; then
sudo mkdir -m 0755 /nix
sudo chown "$(id -u):$(id -g)" /nix
curl -sSfL https://nixos.org/releases/nix/nix-2.3.3/install | bash
curl -sSfL https://releases.nixos.org/nix/nix-2.3.15/install | bash
fi
# shellcheck source=../dev-env/lib/ensure-nix