3.0k
Connect
  • GitHub
  • Mastodon
  • Twitter
  • Slack
  • Linkedin

Blog

Release: Flox 1.3.12

Flox Team | 4 February 2025
Release: Flox 1.3.12

We’ve just released version 1.3.12 of the Flox CLI. You can get the new release here.

Improvements

  • Running flox containerize on macOS now creates a separate cache volume for each version of Flox to prevent "build-users-group" errors after upgrading Flox. These volumes aren't automatically cleaned up, but we plan to add cleanup to an update very soon. These can be cleaned up manually with docker volume rm flox-nix-v{VERSION} or podman volume rm flox-nix-v{VERSION}.
  • flox services status now shows processes as "Stopped" rather than reporting an error if they were never started.
  • flox services status now displays exit codes for processes that have reached a complete state, e.g.:
     NAME       STATUS           PID
     aaa        Running          123
     bbb        Stopped          [456]
     ccc        Completed (0)    [789]
  • Fixed bug with the use of CUDA libraries introduced with Flox 1.3.9.
  • flox activate now will source profile hooks for all active environments, not just the most recently activated

Maintenance

  • Nix has been upgraded internally to 2.24.9

Thanks to our Community Contributors

  • Philip Taron added links to the flox-config man page when describing flox.toml

Download Links