|
|
|
|
|
by airocker
1310 days ago
|
|
I think it is an overkill to have your dev environment different from your deploy environments. This would mean you maintain dev environments separately than deploy environments. It would mean you are debugging something other than you are testing and deploying. About reproducibility, unless nix promises to fix all upstreams (apt, pypi ??), I don't see how it can fix reproducibility on the client side only. |
|
Concrete example, dev environment with nix but production is Dockerfile with apt getting packages?
Thoughts?