Skip to content
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

Shadowing shell.nix binary #32

Closed
soulomoon opened this issue Jan 23, 2022 · 1 comment
Closed

Shadowing shell.nix binary #32

soulomoon opened this issue Jan 23, 2022 · 1 comment

Comments

@soulomoon
Copy link

Issue description

I have some build tools binary to add in in my shell.nix.
It shadows build tools in shell.nix script if zsh's initExtra export the path contains the same binary.

@chisui
Copy link
Owner

chisui commented Jan 23, 2022

Yes, this is a current limitation that I don't know how to fix without great effort. A workaround is to only add the binaries to the path if IN_NIX_SHELL is not set.

Also see: #19

@chisui chisui closed this as completed Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants