Use nix search on macOS
nix-shell is an excellent package manager for any macOS in large part because it doesn't install things globally so you don't end up with version conflicts. While you can always go to the web to search for nix packages, you can also do this from the command line if you enable the experimental features of nix.

To do this on macOS open /etc/nix/nix.conf in your editor. I use NeoVim so my command is sud
https://sfndesign.ca/use-nix-search-on-macos/
#Code #nixshell

Use nix search on macOS - SFNdesign

nix-shell is an excellent package manager for any macOS in large part because it doesn’t install things globally so you don’t end up with version conflicts. While you can always go to the web to search for nix packages, you can also do this from the command line if you enable the experimental features of …

SFNdesign