Flox 1.7.7 has shipped!
In this release, we have a fix for environment vars in services, fixed Flake upgrades, some messaging improvements and some dependency bumps.
- Leading slashes are now removed from install IDs generated by flox install so that the full pkg-path (including custom catalog names) don’t clutter the manifest. The full pkg-path is still shown by flox list.
- Changes to Flakes are now correctly applied when using flox install and flox upgrade.
- Disabled .env support in services (process-compose) so that environment variables defined in [vars] and [services.*.vars] aren’t shadowed. Users can still source .env files from hook.on-activate for the correct precedence.
- Fixed an issue where flox push incorrectly reported that the environment had been published when no changes were present.
Maintenance
- Nix has been upgraded internally from 2.28.4 to 2.31.2
- process-compose has been upgraded internally from 1.73.0 to 1.75.2
Full notes and links at Release v1.7.7 · flox/flox · GitHub