From ec977467c58f7d210b4ad0c34fe822ce282c9444 Mon Sep 17 00:00:00 2001 From: shanker-test <71204298+shanker-test@users.noreply.github.com> Date: Sun, 13 Sep 2020 12:54:01 +0800 Subject: [PATCH] Update nix.sh --- nix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nix.sh b/nix.sh index c5ab744..cefe29c 100755 --- a/nix.sh +++ b/nix.sh @@ -1,6 +1,7 @@ #!/bin/bash TUNASYNC_WORKING_DIR="${TUNASYNC_WORKING_DIR:-nix}" + TUNASYNC_UPSTREAM_URL="${TUNASYNC_UPSTREAM_URL:-s3://nix-releases/nix/}" MIRROR_BASE_URL="${MIRROR_BASE_URL:-https://mirrors.tuna.tsinghua.edu.cn/nix}" ORIG_BASE_URL="https://nixos.org/releases/nix"