@cryptotaxi247 / infra-1 / commits / 72adc59c

Introduce reproducible.nixos.org (#234)

It would be good to have a place to collect information about Reproducible Builds on Nix. Currently there is https://r13y.com, but it is rather outdated and it would be good to gradually move this to more shared infrastructure so we can collaborate on maintaining it. This is a first step in that direction, having more up-to-date reports hosted from GitHub Pages. Next steps might be to generate those reports from nix-community infra and finding a good way to also host the (possibly huge) diffoscope reports, but let's take one step at a time.

Arnout Engelen committed Mar 28, 2023 at 11:28 UTC 72adc59c5ba946c3d4844a920e9beefae12bbd49
1 file changed +5
terraform/dns.tf
+5
@@ -71,6 +71,11 @@ locals {
71 type = "AAAA"
72 value = "2a01:4f8:c0c:6e2c::1"
73 },
74 + {
75 + hostname = "reproducible.nixos.org"
76 + type = "CNAME"
77 + value = "nixos.github.io"
78 + },
79 {
80 hostname = "_293364b7f7ebb076ac287cd132f8b316.cache.ngi0.nixos.org"
81 type = "CNAME"