As an alternative to Guix with a much more strict supply chain security policy, consider: https://stagex.tools/
replies(1):
Just drop a Containerfile in your project with pinned hashes of all dependencies and you will likely get deterministic results of your own software basically for free.
Here are some standalone projects that are built deterministically with stagex:
- https://codeberg.org/stagex/repros
- https://git.distrust.co/public/airgap
- https://git.distrust.co/public/enclaveos
- https://github.com/tkhq/quorumos
- https://github.com/siderolabs/toolchain/blob/main/Pkgfile#L5...
- https://github.com/MystenLabs/sui/blob/main/docker/sui-node-...