logoalt Hacker News

Izkatayesterday at 10:13 PM1 replyview on HN

> whereas nix will always produce the same output for a given input.

If they didn't take shortcuts. I don't know if it's been fixed, but at one point Vuze in nix pulled in an arbitrary jar file from a URL. I had to dig through it because the jar had been updated at some point but not the nix config and it was failing at an odd place.


Replies

jasonpeacocktoday at 2:57 AM

Flakes fixes this for Nix, it ensures builds are truly reproducible by capturing all the inputs (or blocking them).

show 2 replies