We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0a07a52 commit 1b0f696Copy full SHA for 1b0f696
maintainers/scripts/copy-tarballs.pl
@@ -1,5 +1,5 @@
1
#! /usr/bin/env nix-shell
2
-#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp nixUnstable
+#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp nixUnstable nixUnstable.perl-bindings
3
4
# This command uploads tarballs to tarballs.nixos.org, the
5
# content-addressed cache used by fetchurl as a fallback for when
@@ -59,6 +59,7 @@ sub usage {
59
{ aws_access_key_id => $aws_access_key_id,
60
aws_secret_access_key => $aws_secret_access_key,
61
retry => 1,
62
+ host => "s3-eu-west-1.amazonaws.com",
63
});
64
65
my $bucket = $s3->bucket("nixpkgs-tarballs") or die;
0 commit comments