Hacker News new | ask | show | jobs
by ignoramous 164 days ago
> Nix ... declarative reproducible system closures are a joy to work with ...

From what I read, I gather nixpkgs are more hermetic (as in Bazel [0]) & not reproducible? https://discourse.nixos.org/t/nixos-is-not-reproducible/4268... / https://archive.vn/mXeih

[0] https://bazel.build/basics/hermeticity

1 comments

Reproducible can have a lot of meanings. Nix guarantees that your build environment + commands are the same. It still uses all the usual build tools and it would be trivial to create a non-reproducible binary (--impure).