mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Make the location of the tarballs cache configurable
This commit is contained in:
parent
ddfa0fa3eb
commit
fca2f04bb1
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
distDir=/data/webserver/tarballs
|
||||
distDir=${NIX_TARBALLS_CACHE:-/tarballs}
|
||||
|
||||
url="$1"
|
||||
file="$2"
|
||||
|
|
Loading…
Reference in a new issue