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 !
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 !
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?nix-collect-garbage
I configured it to run every 7 days.