Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-30 | 1.4 kB | |
v1.7.4 source code.tar.gz | 2025-09-30 | 3.7 MB | |
v1.7.4 source code.zip | 2025-09-30 | 4.1 MB | |
Totals: 3 Items | 7.8 MB | 9 |
Notable features and fixes
This release addresses several bugs and adds new improvements, including:
Features:
* Adds a --tree
flag to flox generations list
to render generations as a tree
* Adds ability to import a nixpkgs package definition as a Nix expression build in a single command using flox build import-nixpkgs <package-name>
Fixes:
* Publish for the correct system when using flox publish --system <override>
* Nested in-place activations will now restore environment variables that were modified in hook.on-activate
* For zsh, modifications to PATH in profile scripts now take precedence over other modifications to PATH made by flox activate
. This fixes Python auto setup hooks when used with default environments. Note that the precedence has not yet been fixed for fish or tcsh.