you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 1 year ago

NixOS, all packages are in /nix/store/, where each package had its own folder (simplified because there's the hashing stuff but idk how to explain that)

This allows you to have multiple versions of the same package, on the same system, for example.

  • source
  • parent