From fca2f04bb1cd8bb14c054d3ded643ceeb99f63ce Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 Jun 2013 12:41:59 +0200 Subject: [PATCH] Make the location of the tarballs cache configurable --- maintainers/scripts/copy-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/copy-tarball.sh b/maintainers/scripts/copy-tarball.sh index de325120efc8..792071c129b9 100755 --- a/maintainers/scripts/copy-tarball.sh +++ b/maintainers/scripts/copy-tarball.sh @@ -1,6 +1,6 @@ #! /bin/sh -e -distDir=/data/webserver/tarballs +distDir=${NIX_TARBALLS_CACHE:-/tarballs} url="$1" file="$2"