|
|
|
|
|
by rkangel
2184 days ago
|
|
The Nix package manager solves the 'single docker container to be my build environment' thing well. nix-shell is significantly nicer to use than docker. How is it for the docker-compose 'I need x, y, z running' use case? It's not something I need that much, there are various shell.nix hacks I've seen to (e.g.) get Postgres running for Elixir development. They work, but it's not as rich an approach as the rest of Nix. |
|