John Lago
John Lago
I think some of this will be resolved in an upcoming release where we plan to eliminate the need to download the nixpkgs registry, but we should print more information...
@gcurtis For this message in particular, maybe we move it into the plugin README and out of the script itself. The README would show when you install Python, but not...
Banner has been moved out of shell, and will only show the first time that the Virtualenv is setup. This should be ~once per project.
Hey @dudicoco, thanks for reporting this issue. Since pinning a `nixpkg` commit also pins all of the package's build dependencies, it is not necessary to list the transitive dependencies for...
Looking at this, my thoughts are: 1. I like the fact that this adds some grouping (I thought it was by major/minor versions, but I guess it's by platform). It’s...
Would it make sense to have the output paginate by default? That way the most relevant hit is shown first, instead of having to scroll up.
This is interesting, and something we've discussed previously. A few questions for discussion: 1. If you run `devbox shell -p` in a directory with a `devbox.json`, would you expect it...
Related to #1275
The binaries and contents of the Nix package are also symlinked in a global directory within your Devbox Global directory. You can access that file using: ``` source $DEVBOX_GLOBAL_PREFIX/share/antigen/antigen.zsh ```
> returns nothing while I'm in my global shell. How are you activating your global shell? Are you running `eval "$(devbox global shellenv --init-hook)"` in your zshrc? Another option you...