1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
This commit is contained in:
Silvan Mosberger 2025-06-13 05:10:10 +00:00 committed by GitHub
commit daa8731540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,6 +248,9 @@ write_file("$tmpDir/fallback-paths.nix",
" aarch64-darwin = \"" . getStorePath("build.nix-everything.aarch64-darwin") . "\";\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.
for my $fn (glob "$tmpDir/*") {
my $name = basename($fn);