Blog
Release: Flox 1.3.6
Flox Team | 03 December 2024
We’ve just released version 1.3.6 of the Flox CLI. You can get the new release here.
Building on last week’s version 1.3.5 release, v1.3.6 includes several useful improvements, including:
- Services are now supported for in-place activations, e.g.,
eval "$(flox activate –start-services)"
- Installing Nix store paths into Flox environments is now supported. This can be done either imperatively, by running
flox install <store path>
, or declaratively, by editing themanifest.toml
file:
- You can set the
BROWSER=<your browser>
variable to define which browser is used byflox auth login
Direct Download Links
-
DEB for x86-64 Debian-compatible Linux distributions
-
DEB for aarch64 Debian-compatible Linux distributions
-
RPM for x86-64 RPM-compatible Linux distributions
-
RPM for aarch64 RPM-compatible Linux distributions
-
PKG for x86-64 macOS systems
-
PKG for aarch64 macOS systems
If you’ve installed Flox using Homebrew, you can upgrade to v1.3.6 by running brew upgrade flox
.
You can also use Homebrew to perform a fresh install of Flox v1.3.6 by running brew install flox
.