Skip Navigation

NIX OS: the BEST package manager on the MOST SOLID Linux distribution

A new video from Nick at The Linux Experiment. I'm also sharing the PeerTube version for the sake of trying to expand my use of PeerTube and try to expand my video platform use beyond just YouTube.

25 comments
  • NixOS is one of the few distros that legitimately offers something different. Some nice things:

    • The entire OS install is managed through config files, so instead of dealing with a billion shitty DSLs, you only deal with one.
    • Because of the above, builds are also reproducible.
    • Because it ditches the FHS for the Nix store, you can do things like install multiple versions of the same library side-by-side, which is impossible with traditional Linux package management.
    • It has the largest package repository of any Linux distro.
    • Setting up dev environments is really nice because with Nix it's like the entire OS has VirtualEnv.
    • Because of the above, "it works on my machine" is an excuse of the past.

    It's very impressive and is a welcome innovation to the Linux ecosystem. Now if only they could improve the tooling and documentation.

  • This is how I run my daily driver since a time. Coming from Redhat -> Suse -> Debian -> Gentoo -> Arch (-> Fedora) I feel very stable with NixOS.

    The main system is NixOS with Flakes enabled, the user apps are installed with home-manager and on top a couple of desktop Flatpaks.

    In between I did try to switch back to other distros taking less compilation time but there are so many features in Nix keeping me.

    • the immutable system
    • reproducible builds
    • switchable generations
    • easiness to maintain in a Git repo
    • very fresh
  • I was interested in trying NixOS before after many years of Linux experience but I couldn't understand what advantages it had over my current setup. It just mostly seemed more complicated than it needed to be for little to no gain.

    The reproducibility aspect of it can be achieved on other Linux platforms or in other environments so it wasn't a big draw for me. I already have backups too. Making it easily deployable seems like the same use case as for instance, docker, which is available everywhere already.

    I love projects like this though so I fully support it!

25 comments