mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
minimal-bootstrap.stage0-posix: assert hex0 result
This commit is contained in:
parent
f519f097e4
commit
ebbc6ea8b3
@ -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=";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user