nix-install-package: Use extra-binary-caches

This commit is contained in:
Eelco Dolstra 2014-08-07 22:41:44 +02:00
parent 393a9b92b1
commit 6e1f4c1488

View file

@ -108,7 +108,7 @@ if ($interactive) {
if (defined $binaryCacheURL) {
push @extraNixEnvArgs, "--option", "binary-caches", $binaryCacheURL;
push @extraNixEnvArgs, "--option", "extra-binary-caches", $binaryCacheURL;
} else {