6 ms·
Nix offers the best of both worlds on this aspect: each program can depend on the exact version of a library it needs and several versions can coexist on the di
by dbdr 20d ago
Nix offers the best of both worlds on this aspect: each program can depend on the exact version of a library it needs and several versions can coexist on the disk, but if two programs depend on the exact same version, it is stored only once.
- bronson 20d agoSame with Flatpak.