|
|
|
|
|
by dmuth
573 days ago
|
|
This is one reason why whenever I build a new project, I build it inside of a Docker container. That way, the project has just the dependencies it needs, and I know I can rebuild it at some point in the future and will be unlikely to run into problems when I do. |
|
I personally use Nix these days, but the complexity is too high for me to recommend it to everyone for every software project.