Usually, I prefer manually installing the packages needed for getting started with a new language or technlogy.

I avoid using distro package managers since they tend to be a bit outdated in this regard, and specialised package managers like SDKMAN! seem overkill for one or more packages. Exceptions being languages with excellent tooling and version management like Rust or Ocaml.

I’ve been doing this for a while and was wondering what the general consensus is

Edit: Thanks for your replies everyone! I’ve decided to stick with my distro package manager.

  • Shareni@programming.dev
    link
    fedilink
    arrow-up
    11
    ·
    6 months ago

    For personal use, I previously used system packages, but now I’m installing them through nix home-manager. It’s really nice, especially because I’ve got a list of them now and don’t have remember what to install ever again.

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      4
      ·
      6 months ago

      I’m also curious about getting Nix on non NixOS, are there any simple example home manager configurations to look at so that I can easily start?