forked from lix-project/lix
nix-install-package: Use extra-binary-caches
This commit is contained in:
parent
393a9b92b1
commit
6e1f4c1488
|
@ -108,7 +108,7 @@ if ($interactive) {
|
||||||
|
|
||||||
if (defined $binaryCacheURL) {
|
if (defined $binaryCacheURL) {
|
||||||
|
|
||||||
push @extraNixEnvArgs, "--option", "binary-caches", $binaryCacheURL;
|
push @extraNixEnvArgs, "--option", "extra-binary-caches", $binaryCacheURL;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue