Matthew Kenigsberg

Results 291 comments of Matthew Kenigsberg

Are you sourcing your default environment in a dotfile? If so I think we just fixed this for zsh and were about to do the same for bash.

Thanks for the ping, we haven't gotten around to the fix for Bash yet :/

This is most likely caused by the fact that attach-interactive.bash -> calls bash with --rcfile -> the rc file needs environment variables, but it also sources ~/.bashrc which may activate...

> 3. Create a unique set of RC files for every activation dynamically as part of the activation script A more concrete example of how we could do this for...

For `$_activate_d/bash` we could pass args explicitly. For certain rc files (e.g. files in ZDOTDIR) we can take the dynamic generation approach similar to that in the diff

Fixed by https://github.com/flox/flox/pull/2476

We could also use the same nixpkgs as the toplevel group is coming from

I think you meant https://github.com/flox/flox/pull/2289

I couldn't reproduce so I wonder if it's working now? Let us know if it's still failing! ``` > uname -a Darwin Matthews-MacBook-Pro-2.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr...