9
Nix - An universal package manager
(nixos.org)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Can you give an example of what installing a tool and using it looks like? Nix is very different from other tools I understand.
oh yeah, Nix is powerful and also has quite a steep learning curve compared to other tools, but you can adopt gradually, some utility of Nix I can list out here:
nix-shellwhen you are not sure if u want to installhomebrew,yay, etc withnix-env(imperative way, not really recommended by the community)home-managerand nix flake. If you use macOS or nixOS, you can even manage your OS settings (on macOS usesnix-darwin)direnv+ nix. for example, you don't want to install python on your machine, but only want it active in the repo you're working on, u can declare it inside the repohere is my tutorial a while ago, I still don't write the next part but this might be a good start for u. And here is my personal setup using nix and home-manager