Hacker News new | ask | show | jobs
by jtwebman 1445 days ago
Seems like nix makes this more work then just a simple 2 step Dockerfike that builds and sets it up to run.
1 comments

(I’m the author) It’s only slightly more work, but what you get in return is a reproducible dev shell, a reproducible build, and a final docker image with over 100 very granular, optimally ordered layers. That last bit makes the diff of consecutive images much smaller, which can be nice.