Skip to content

Commit 1b0f696

Browse files
committedJan 4, 2018
Fix copy-tarballs.pl
1 parent 0a07a52 commit 1b0f696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎maintainers/scripts/copy-tarballs.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env nix-shell
2-
#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp nixUnstable
2+
#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp nixUnstable nixUnstable.perl-bindings
33

44
# This command uploads tarballs to tarballs.nixos.org, the
55
# content-addressed cache used by fetchurl as a fallback for when
@@ -59,6 +59,7 @@ sub usage {
5959
{ aws_access_key_id => $aws_access_key_id,
6060
aws_secret_access_key => $aws_secret_access_key,
6161
retry => 1,
62+
host => "s3-eu-west-1.amazonaws.com",
6263
});
6364

6465
my $bucket = $s3->bucket("nixpkgs-tarballs") or die;

0 commit comments

Comments
 (0)