When comparing NixOS vs Linux From Scratch, the Slant community recommends NixOS for most people. In the question“What are the best Linux distributions for desktops?” NixOS is ranked 19th while Linux From Scratch is ranked 63rd. The most important reason people chose NixOS is:
Atomic non-destructive upgrades / rollback of a system upgrade / declarative reproducible system configuration / unprivileged installation of packages / transparent source or binary deployment.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro State of the art package manager
Atomic non-destructive upgrades / rollback of a system upgrade / declarative reproducible system configuration / unprivileged installation of packages / transparent source or binary deployment.
Pro Minimal
You can start with a minimal environment and add packages and software to suit your needs as you go along.
Pro Reproducible system
NixOS is configured using the Nix package manager, allowing your system to be replicated and kept in sync across multiple machines. Great for keeping a laptop and desktop in sync.
Pro Robust
Packages don't break after a NixOS upgrade as they are prone to with other distros (especially Arch).
Pro Best for learning the components, libraries and configurations of the whole system one-by-one
It is an opportunity for the learner to learn what's behind every piece of program in the system, because you will install and configure all the packages manually. It is also as an advantage to expand your knowledge by searching the possibilities of crafting your unique flavor, for example your own package manager and update schemes.
Pro For those who wonder what it takes to create an actual Linux distribution
It's a very useful learning experience; showing the user what is required and in what order, to obtain a running Linux system - from the inside out.
Cons
Con Documentation is not good
A lot of the documentation of various functions is buried on the source code, their respective manuals, or non-existent. The documentation, the conventions, and the scattered toolchain really made searching for stuff easily missable.
Con A configuration change might end up bricking your system
Con Not recommended for Beginners
By creating a Linux system from scratch you will be managing and compiling all of the systems packages by hand, so advanced Linux knowledge is recommended.
Con Takes a while to create the system. Only for those people who would like to create their very own distribution, or just to understand what makes a Linux system tick.
Linux From Scratch, requires the user to download and compile, all the various required system libraries and programs in a ch-rooted environment. This is usually done from within an existing and already running Linux system. This is not really a con, just a note to the new user.
