Hacker News new | ask | show | jobs
by codethief 389 days ago
> apt-get install <package name>=<version>

That's still not reproducible unless you use snapshot.debian.org or snapshot.ubuntu.com as upstream package index.

1 comments

You can easily host and manage your own package repository. My point is that this apparent limitation is not in itself a strong enough reason to embark on NIX.

Go fill your boots if you want to use NIX, power to you, but be honest about why if you're going to write a piece about it.

> You can easily host and manage your own package repository.

Sure, it's not hard but it's work nonetheless, plus you'll incur the costs of maintaining that infrastructure indefinitely. Compare that to creating a Dockerfile which uses https://github.com/reproducible-containers/repro-sources-lis... to fully pin its package sources and calling it a day.