Commit ebbc6ea8 authored by Emily Trau's avatar Emily Trau
Browse files

minimal-bootstrap.stage0-posix: assert hex0 result

parent f519f097
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,4 +19,9 @@ derivationWithMeta {
    maintainers = with maintainers; [ emilytrau ];
    platforms = [ "i686-linux" ];
  };

  # Ensure the untrusted hex0-seed binary produces a known-good hex0
  outputHashMode = "recursive";
  outputHashAlgo = "sha256";
  outputHash = "sha256-QU3RPGy51W7M2xnfFY1IqruKzusrSLU+L190ztN6JW8=";
}