You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:description" content="Reproducible Builds allow us to have independently-verifiable binaries. This page summarizes the Nix project's progress towards that goal.">
7
10
<style>
8
11
body {
9
12
padding:3em;
10
13
}
14
+
#heading {
15
+
width: auto;
16
+
margin-left: auto;
17
+
margin-right: auto;
18
+
}
19
+
#logo {
20
+
height:14em;
21
+
}
22
+
h1 {
23
+
font-size:300%;
24
+
color:#1e5b96ff;
25
+
}
11
26
</style>
12
27
</head>
13
28
<body>
14
-
<h1>Nix Reproducible Builds</h1>
29
+
<tableid="heading"><tr>
30
+
<td><imgid="logo" src="nixos-rb-logo.svg"></td>
31
+
<td><h1>Nix<br>Reproducible Builds</h1></td>
32
+
</tr></table>
33
+
<p>
34
+
When compiling from the same source on independent infrastructure
35
+
yields bit-by-bit idential results, this gives confidence that
36
+
the build infrastructure was not compromised and the artifact really
37
+
does correspond to the source.
38
+
</p>
15
39
<p>
16
40
Because a Nix derivation has deterministic references to all
17
41
of its dependencies, and the build happens in a sandbox,
0 commit comments