Y
Hacker News
new
|
ask
|
show
|
jobs
by
daoistmonk
805 days ago
Is this still true if you use flakes to build NixOS?
1 comments
oessessnex
803 days ago
Yes, Nix doesn't actually ensure that the builds are deterministic. In fact it works just fine if they aren't. There are packages in nixpkgs that aren't reproducible:
https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aiss...
link