mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Merge 68c8be37fd
into 918ac6b2fc
This commit is contained in:
commit
daa8731540
1 changed files with 3 additions and 0 deletions
|
@ -248,6 +248,9 @@ write_file("$tmpDir/fallback-paths.nix",
|
||||||
" aarch64-darwin = \"" . getStorePath("build.nix-everything.aarch64-darwin") . "\";\n" .
|
" aarch64-darwin = \"" . getStorePath("build.nix-everything.aarch64-darwin") . "\";\n" .
|
||||||
"}\n");
|
"}\n");
|
||||||
|
|
||||||
|
# Allows Nixpkgs to assemble nix-fallback-paths.nix from the Hydra release builds
|
||||||
|
write_file("$tmpDir/hydra-eval-id", "$evalId");
|
||||||
|
|
||||||
# Upload release files to S3.
|
# Upload release files to S3.
|
||||||
for my $fn (glob "$tmpDir/*") {
|
for my $fn (glob "$tmpDir/*") {
|
||||||
my $name = basename($fn);
|
my $name = basename($fn);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue