-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Split nix-shell logic #777
Comments
Big +1 |
Is the idea to not run the stdenv's setup stuff in nix-shell? IIUC, that's what's responsible for setting up stuff like |
Any progress on this? I almost exclusively use |
I marked this as stale due to inactivity. → More info |
I closed this issue due to inactivity. → More info |
CC @roberth we are, finally, getting to these issues somewhat. |
dissolve the Learning Journey section
I just ran into the usual issues with zsh support (e.g., #498 and #545)
In the longer run, it seems like the current implementation of
nix-shell -p
might not be sustainable (since it's basically pretending to run a dummy build, using constructs that assume bash), and perhaps should move to something more like a temporarynix-env
behavior. Perhaps we should rename the currentnix-shell
tonix-build-shell
for running and debugging nix builds (which legitimately assume bash), andnix-shell
be something a bit more user-focused which supports custom shells and explicitly doesn't need its environment to be filled with assorted bash-centric build functions?This also relates to #726
The text was updated successfully, but these errors were encountered: