Why everyone is switching to NixOS ?

★ L0Wigh@sh.itjust.works to Linux@lemmy.ml – 15 points –

Hi everyone!

I saw that NixOS is getting popularity recently. I really have no idea why and how this OS works. Can you guys help me understanding all of this ?

Thanks !

84

You are viewing a single comment

SYMLINKS

SYMLINKS EVERYWHERE

(also 6000 packages intalled on my system for some reason lol)

Well, Nix has a very liberal definition of a "package". Your web browser, its wrapper script, a service file, a config file; those are all technically "packages" (or "derivation" as Nix calls them).

Doesn't it have a garbage collector like guix does (guix gc), which cleans up everything in the store that isn't needed anymore?

Yep, Nix-store -gc or some such will do something like this.