|
|
|
|
|
by corethree
936 days ago
|
|
It's the same thing for Docker. Just one command. The nix is much harder to deal with mainly because shell.nix is harder to read and write then a Docker file. Additionally nix uses shell hacks to get everything working. Docker uses an os primitive DESIGNED for this very use case. And additionally, because docker uses os primitives you can use docker-compose to manage multiple processes on multiple different environments simultaneously. Something that's much harder to do with nix shell. |
|
Also, one man's "DESIGNED" is another man's hacks. I don't see anything wrong with how nix works. Potato/potato, I guess.