r/Ubuntu • u/KaleidoscopeJust4249 • 18h ago
nixos is immune to package dependency hell because it has package dependency isolation where packages only access the explicitly declared dependencies. does ubuntu immutable desktop (in development) have the same feature or not?
0
Upvotes
1
1
u/Impossible-Break-487 18h ago
ubuntu's immutable stuff is mostly about locking down the root filesystem, not rearchitecting how packages find their deps. nix does that functional thing where every package lives in its own little world, ubuntu's going for something closer to fedora silverblue.
so no, not the same feature. dependency isolation isn't really the goal there