| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-24 | 1.9 kB | |
| v1.11.0 source code.tar.gz | 2026-03-24 | 3.9 MB | |
| v1.11.0 source code.zip | 2026-03-24 | 4.4 MB | |
| Totals: 3 Items | 8.2 MB | 0 | |
[!WARNING] Security Advisory: This release includes a version of Nix vulnerable to GHSA-g3g9-5vj6-r3gj, a vulnerability that allows privilege escalation to root. Please upgrade to Flox v1.11.2 or later.
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 (thanks to @martijnarts).