5 ms·
Seems like nix makes this more work then just a simple 2 step Dockerfike that builds and sets it up to run.
by jtwebman 4y ago
Seems like nix makes this more work then just a simple 2 step Dockerfike that builds and sets it up to run.
- njaremko 4y ago(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.