Features
- Environments can now specify a
minimum-cli-versionfield to warn users when their CLI version is older than what the environment expects. You’ll need to update your existing manifest toschema-version = "1.11.0"due to a minor bug in the migration logic. - Individual package outputs can now be removed with
flox uninstall <package>^<outputs>instead of requiring full package removal or manual manifest editing.
Fixes
- Preserve formatting of
options.systems,install.*.systems, andinstall.*.outputsarrays when manifests are migrated. - Fix duplicate error messages being reported for invalid manifests.
- Internal
_FLOX_ENVvariables are no longer leaked into zsh sessions. - Fix environment variable truncation in
ld-floxlibfor long paths, such as CUDA setups with multiple versions exceeding 4096 bytes. - Fix a panic in macOS proxy auto-configuration that affected sandboxed environments.
Full notes and links are here.