Flox 1.11.0 is now available!

Features

  • Environments can now specify a minimum-cli-version field to warn users when their CLI version is older than what the environment expects. You’ll need to update your existing manifest to schema-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, and install.*.outputs arrays when manifests are migrated.
  • Fix duplicate error messages being reported for invalid manifests.
  • Internal _FLOX_ENV variables are no longer leaked into zsh sessions.
  • Fix environment variable truncation in ld-floxlib for 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.