Matthew Kenigsberg
Matthew Kenigsberg
How are you activating your environment? We should be disabling hashing: https://github.com/flox/flox/blob/e2d9dd0435dbb82149b9dcee0ff22cc438d5a055/assets/activation-scripts/activate.d/zsh#L87-L88 If you manually run those setopt commands, does the newer `go` show up as you expect? Some prior...
Actually I can reproduce, so I'll investigate
I'm a bit closer to pinpointing what's going on for me. Seems like it has something to do with these two lines in my .zshrc: ``` autoload -Uz vcs_info precmd()...
> * not allowing one shot logs for multiple processes We'll do this per sync
Do you have other packages in your manifest pinned to a version? If you set `helix.pkg-group = "something"` does it upgrade to a later version?
We provide the latest set of packages that meets all requirements in your manifest. Usually there's just one package holding back everything else - do you have any version specifiers?...
> Is there any more info I can grab before I try the above pkg-group trick to fix this? Unfortunately not at this point - your best bet is to...
Will close after I add a test
> The goal is for `flox init` to create a `.flox/env/.gitattributes` with this content: We have `.flox/.gitignore`, so would it work to have it at `.flox/.gitattributes` for consistency?
Implementor's choice on exactly how to do this