Make the location of the tarballs cache configurable
This commit is contained in:
parent
ddfa0fa3eb
commit
fca2f04bb1
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh -e
|
#! /bin/sh -e
|
||||||
|
|
||||||
distDir=/data/webserver/tarballs
|
distDir=${NIX_TARBALLS_CACHE:-/tarballs}
|
||||||
|
|
||||||
url="$1"
|
url="$1"
|
||||||
file="$2"
|
file="$2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user