I noticed I'd get a command not found instead of a nix-shell suggestion for shell items that aren't in my path. This has something to do with nix-index and the solution can be found in this discussion.
It's also possible to run programs without installing them with nix-index-database.comma.enable = true;.
I noticed I'd get a command not found instead of a nix-shell suggestion for shell items that aren't in my path. This has something to do with nix-index and the solution can be found in this discussion.
It's also possible to run programs without installing them with
nix-index-database.comma.enable = true;
.