Hacker News new | ask | show | jobs
by 1vuio0pswjnm7 1988 days ago
How does this work with compiling software. For example, I routinely compile programs that use different versions of openssl. Does NixOS make this process any easier.
2 comments

This is the killer use case, and the initial primary(?) design justification.

https://nixos.org/guides/how-nix-works.html

https://edolstra.github.io/pubs/nixos-icfp2008-final.pdf

Yes that's one of the greatest things about nix. You can have 100 pieces of software installed that all use a different curl version without issues. You can also develop 100 piece of software/compile that all use a different curl version at once.