Hacker News new | ask | show | jobs
by chriswarbo 3618 days ago
Resolution strategies are really interesting in Nix; specifically, because it doesn't have any! All dependencies, etc. are passed in explicitly (either as function arguments, or by importing files).
1 comments

Yep, currently the maintainers are the ones doing resolution in order to achieve package set harmoniousness.