Skip to content

Commit

Permalink
Fix copy-tarballs.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 4, 2018
1 parent 0a07a52 commit 1b0f696
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintainers/scripts/copy-tarballs.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! 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

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

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

0 comments on commit 1b0f696

Please sign in to comment.