• 0 Posts
  • 1 Comment
Joined 8 months ago
cake
Cake day: February 2nd, 2024

help-circle
  • Nix is a bit of a middle ground. Each package has a specific set of dependency version. It calculates the hash of each dependency and compares it to those that you have installed. If it is installed, it uses that, if it isn’t, it installs it. This means that packages can have different versions and dependency hell is impossible, whilst also reusing existing dependencies if they’re the exact same.