|
|
|
|
|
by lambdaba
391 days ago
|
|
I think Nix has a marketing issue as it goes so deep. But if you're going to consider it only as an alternative to homebrew, you don't have to know anything aside from different CLI invocations: `nix-shell -iA <package>` to install, and maybe a step up with `nix-shell -p <package> --run <cmd>` to run without installing. You don't have to use nix-darwin or managing configs and the Nix language at all. |
|
Maybe it would make sense for nix to add a mode that basically aliases that first command to `nix install <package>`.