Matthew Kenigsberg
Matthew Kenigsberg
Just adding some notes on what this would involve: - We currently have some flake inputs that would have to be added to nixpkgs: sqlite3pp and crane - We have...
`use_flox` was added to direnv 2.36.0 and has the same issue
> When I create environment it automatically gets cuda enabled. That adds 10s to startup (find scan over 26k files) @tomberek could we add a `maxdepth` to the find, or...
I split the performance of the hook out into a separate issue https://github.com/flox/flox/issues/1835 We can use this one for the feature request of supporting default options
If you don't want transient dependencies, you can now activate with `flox activate -m run` ``` /private/tmp > flox --version 1.3.8 /private/tmp > flox activate ✅ You are now using...
- ~There are 50 integration tests with `FLOX_FEATURES_USE_CATALOG=false`. Those need to be dropped or ported if they cover behavior we still want to support.~ split out into https://github.com/flox/flox/issues/1857 - We...
I think this is after that commit based on the contents of my `/usr/local/share/fish/vendor_completions.d/flox.fish` ``` flox [mkenigs/default] ~ > flox --version 1.3.3 flox [mkenigs/default] ~ > fish --version fish, version...
I think there's just a missing space between flox and `--arguments`
We should probably add a test for our completions
Amazing thank you!