this post was submitted on 06 Jul 2026
13 points (100.0% liked)
Nix / NixOS
2801 readers
2 users here now
Main links
Videos
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use
nix-shell -pfor infrequently used commands, or nix shell flake#packagename for flakes. I prefer the shell environment because I rarely need to run something only one in a session. Usually I forget the cli arguments, and then have to run--helpand so on.For anything I need more frequently, I usually install either via home manager if I care about a specific/newer version, or just as a system package (I don't use NixOS).