-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tarball-mirror: roll back to nix 2.18 for now
Undefined subroutine &main::isValidPath called at ./maintainers/scripts/copy-tarballs.pl line 25. Nix got upgraded by switching the default stable NixOS to 24.11.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/maintainers/scripts/copy-tarballs.pl b/maintainers/scripts/copy-tarballs.pl | ||
index 30fbac6f002d..71569966d51b 100755 | ||
--- a/maintainers/scripts/copy-tarballs.pl | ||
+++ b/maintainers/scripts/copy-tarballs.pl | ||
@@ -1,5 +1,5 @@ | ||
#! /usr/bin/env nix-shell | ||
-#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp perlPackages.JSON perlPackages.LWPProtocolHttps nix nix.perl-bindings | ||
+#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp perlPackages.JSON perlPackages.LWPProtocolHttps nixVersions.nix_2_18 nixVersions.nix_2_18.perl-bindings | ||
|
||
# This command uploads tarballs to tarballs.nixos.org, the | ||
# content-addressed cache used by fetchurl as a fallback for when |