build-android: disable external repo (#1615)

This commit is contained in:
sh
2022-12-23 16:10:36 +03:00
committed by GitHub
parent 28d6f62b74
commit d115ad228b

View File

@@ -24,7 +24,7 @@ nix_install() {
}
nix_setup() {
printf "sandbox = true\nmax-jobs = auto\nexperimental-features = nix-command flakes\nextra-substituters = https://cache.zw3rk.com\ntrusted-public-keys = loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=" > "$tmp/nix.conf"
printf "sandbox = true\nmax-jobs = auto\nexperimental-features = nix-command flakes\n" > "$tmp/nix.conf"
export NIX_CONF_DIR="$tmp/"
}