I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Pkgx – “Run anything” from the creator of brew
11–20 of 71 posts
Re: Pkgx – “Run anything” from the creator of brew
#12I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Re: Pkgx – “Run anything” from the creator of brew
#13I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Probably the EVE Online-like learning curve.
1. Install Nix from https://nixos.org/download.html
2. Find the package from https://search.nixos.org/packages
3. Start a shell with `nix-shell -p `, have the package available in it
Re: Pkgx – “Run anything” from the creator of brew
#14I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Because I don't want to learn another complex DSL just to install some packages. Whether Nix is the promised land or not, Brew works just fine 99% of the time and I have stuff to do.
Sorry, no.
Re: Pkgx – “Run anything” from the creator of brew
#15I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Re: Pkgx – “Run anything” from the creator of brew
#16 $ bun
command not found: bun
^^ type `pkgx` to run that
$ pkgx
running `bun`…
Bun: a fast JavaScript runtime, package manager, bundler and test runner.
# …Re: Pkgx – “Run anything” from the creator of brew
#17I literally don't understand the first example. What just happened here? Did pkgx see that I failed to run bun and then just like... installed it and ran it for me? Does that mean on my next prompt I should run `bun` or should I run `pkgx` again? $ bun command not found: bun ^^ type `pkgx` to run that $ pkgx running `bun`… Bun: a fast JavaScript runtime, package manager, bundler and test runner. # …
Re: Pkgx – “Run anything” from the creator of brew
#18I know I'm a Nix elitist but I really don't understand why people don't just use Nix for all their package management.
Because I don't want to learn another complex DSL just to install some packages. Whether Nix is the promised land or not, Brew works just fine 99% of the time and I have stuff to do.
Re: Pkgx – “Run anything” from the creator of brew
#19This feels like a solution for a problem that doesn’t exist.