minimal-bootstrap.stage0-posix: assert hex0 result

This commit is contained in:
Emily Trau 2023-05-01 13:28:29 +10:00
parent f519f097e4
commit ebbc6ea8b3

View file

@ -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=";
}