Flox - the dev env everywhere

· hhao99's blog


Flox is based on the nix, and simplified the nix enviornment management with simplified command line, with flox, you can create development environment

installation #

In osx, just use brew to install it

1brew install flox

Quick Start #

  1. Install flox first
  2. Create a new environmnet with flox init
  3. Search package with flox search
  4. Install package with flox install
  5. Activate the environment with flox activate
  6. Use the package you install in the new environment
  7. Delete the local environment with flox delete