-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
best way to get store path for resource #1813
Comments
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:
|
|
How are you activating your global shell? Are you running Another option you could try is:
|
I was using This looks to work |
I'm using This does work |
What problem are you trying to solve?
Tools like antigen need to be sourced from your shell config.
My current method is the following and wanting to see if a better way exists
What solution would you like?
some built in easy way to access paths
Alternatives you've considered
antigen_path=$(cat .local/share/devbox/global/default/devbox.lock | jq -r '.packages."antigen@latest".systems."x86_64-linux".store_path')
source "${antigen_path}/share/antigen/antigen.zsh"
The text was updated successfully, but these errors were encountered: