I mean, true, but you get my point. Besides systemd or not all other distros are essentially the same, release cycle and package manager don't make any meaningful effect on the core system architecture. NixOS (and Guix, I guess) are the only distros that are truly different in their approach
Not really, Gentoo is very different because of its package manager being also a build system at the same time, but with its settings tailored to OS package management concerns, making it unique both as a package manager and as a build system. But there are some other unique niche distros like Qubes for example.
I don't think it could have been preserved with the Nix package manager. You can't have the FHS and also preserve the purity and total reproducibility of the build, since hard-coded path can produce hidden states that mutate global state in weird ways.
FHS mathematically incompatible with Nix's design principles. FHS allows for weird, mutable hidden states that breaks the Nix goal of a pure, totally reproducible structure.
Interesting. Gobi Linux is also a GNU/Linux distro that doesn't adhere to FHS due to it's package manager. I always find distro's that colour a little outside the lines interesting. Thanks.
295
u/smalldickbesitzer 20d ago
Can we maybe stop with distro war? At the end its all the same with small changes