mozilla / nixpkgs-mozilla

Mozilla overlay for Nixpkgs.
MIT License
516 stars 128 forks source link

firefox-129.0a1.en-US.linux-x86_64.buildhub.json is missing from https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/ #331

Closed Jaage closed 2 months ago

Jaage commented 3 months ago

When trying to rebuild using the mozilla firefox nightly overlay I get an HTTP 404 error because is not available at https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/. The aarch version is there, and the 128 x86 version is, but not this 129 version that NixOS is trying to install.

error:
       … while calling the 'head' builtin

         at /nix/store/8s55w0927lh3mdbkxf434zb0c5hqsz8z-source/lib/attrsets.nix:1575:11:

         1574|         || pred here (elemAt values 1) (head values) then
         1575|           head values
             |           ^
         1576|         else

       … while evaluating the attribute 'value'

         at /nix/store/8s55w0927lh3mdbkxf434zb0c5hqsz8z-source/lib/modules.nix:809:9:

          808|     in warnDeprecation opt //
          809|       { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
             |         ^
          810|         inherit (res.defsFinal') highestPrio;

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: unable to download 'https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-129.0a1.en-US.linux-x86_64.buildhub.json': HTTP error 404

       response body:

       <html>
       <head><title>404 Not Found</title></head>
       <body>
       <center><h1>404 Not Found</h1></center>
       <hr><center>nginx</center>
       </body>
       </html>