Skip to content

Releases: flox/flox-orb

v2.0.0

26 Mar 20:43
v2.0.0

Choose a tag to compare

What's New

Install Command

  • Nix install path — if Nix is already present, installs Flox via nix profile install instead of downloading a package
  • Retry logic — configurable retries for both download and install (default: 3)
  • Proxy support — HTTP/HTTPS/SOCKS5 proxy for network requests
  • Post-install configuration — trusted environments, extra Nix config, substituters, upgrade notifications, and arbitrary flox config key=value pairs
  • 9 new parameters: disable_metrics, retries, trusted_environments, extra_nix_config, extra_substituters, extra_substituter_keys, proxy, disable_upgrade_notifications, extra_flox_config

Activate Command

  • Aligned flags with activate-action: uses -r= and -c instead of --reference and --

Other

  • Added dir parameter for local .flox/ environments
  • Added command reference with all parameters to README
  • Added install-with-options-test and local-environment-test CI jobs
  • Fixed orb slug and checkout step in README example

Full Changelog: v1.0.0...v2.0.0

v1.0.0

11 Sep 19:56
v1.0.0
745f1f7

Choose a tag to compare

Initial release