| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>tarballs.nixos.org is up</title> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 6 | <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | <link |
| 9 | rel="stylesheet" |
| 10 | href="https://nixos.org/bootstrap/css/bootstrap.min.css" |
| 11 | /> |
| 12 | <link |
| 13 | rel="stylesheet" |
| 14 | href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" |
| 15 | /> |
| 16 | <style> |
| 17 | body { |
| 18 | padding-top: 0; |
| 19 | margin-top: 4em; |
| 20 | margin-bottom: 4em; |
| 21 | } |
| 22 | body > div { |
| 23 | max-width: 800px; |
| 24 | } |
| 25 | p { |
| 26 | text-align: center; |
| 27 | } |
| 28 | .cache { |
| 29 | font-style: italic; |
| 30 | } |
| 31 | </style> |
| 32 | </head> |
| 33 | <body> |
| 34 | <div class="container jumbotron"> |
| 35 | <div class="jumbotron"> |
| 36 | <p class="lead"> |
| 37 | <a href="https://nixos.org/nixos"> |
| 38 | <img |
| 39 | src="https://brand.nixos.org/logos/nixos-logo-default-gradient-black-regular-horizontal-minimal.svg" |
| 40 | width="500px" |
| 41 | alt="logo" |
| 42 | /> |
| 43 | </a> |
| 44 | </p> |
| 45 | |
| 46 | <p class="lead"> |
| 47 | <code>https://tarballs.nixos.org/</code> provides content-addressable |
| 48 | binaries for Nixpkgs and NixOS. Those are mainly used to bootstrap the |
| 49 | various stdenv. |
| 50 | </p> |
| 51 | </div> |
| 52 | <hr /> |
| 53 | <div class="help"> |
| 54 | <p> |
| 55 | If you are having trouble, please reach out through one of the <a |
| 56 | href="https://nixos.org/nixos/support.html" |
| 57 | >support channels</a> |
| 58 | with the results of <a |
| 59 | href="https://github.com/NixOS/infra/blob/main/terraform/cache/diagnostic.sh" |
| 60 | >this diagnostics script</a> |
| 61 | which will help us figure out where the issue lies. |
| 62 | </p> |
| 63 | <p> |
| 64 | For questions, or support, <a |
| 65 | href="https://nixos.org/nixos/support.html" |
| 66 | > |
| 67 | the support page</a> from the NixOS website describes how to get in |
| 68 | touch. |
| 69 | </p> |
| 70 | </div> |
| 71 | </div> |
| 72 | </body> |
| 73 | </html> |