script to create reports on Nix reproducibility
https://reproducible.nixos.org
|
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
buildkite.yml | ||
check.sh | ||
default.nix | ||
shell.nix | ||
upload.sh |
README.md
What is this?
This repo is the tooling and automation to generate the reports at https://reproducible.nixos.org, a website which tracks how reproducible the NixOS package builds are.
See https://reproducible-builds.org/ for information about why reproducible builds matter, other projects involved in the effort, and also a collection of tools and other information about reproducible builds.
How can I run this?
If you want to run it yourself, check out ./check.sh
. It will need
minor modifications (the rsync
line) to complete successfully.
You may need to run update-cpedict.sh -f ~/.cache/sbomnix/cpes.csv
manually periodically